/* Typography CSS */
:root {
	--darkBlue:#093b55;
	--lightBlue:#6ecff6;
	--bodyBg:#f2f4f7;
	--errorAlert:#ff221d;
	--menuColor:#438cca;
	--projColor:#595b5d;
	--whiteGlow:#fff;
	--violetColor:#c46bb7;
	--radius5:5px;
	}
	* {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
	}
	@font-face {
		font-family: 'Roboto';
		src: url('../font/Roboto-Regular.eot');
		src: url('../font/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
			url('../font/Roboto-Regular.woff2') format('woff2'),
			url('../font/Roboto-Regular.woff') format('woff'),
			url('../font/Roboto-Regular.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
	}
	
	@font-face {
		font-family: 'Roboto';
		src: url('../font/Roboto-Bold.eot');
		src: url('../font/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
			url('../font/Roboto-Bold.woff2') format('woff2'),
			url('../font/Roboto-Bold.woff') format('woff'),
			url('../font/Roboto-Bold.ttf') format('truetype');
		font-weight: bold;
		font-style: normal;
		font-display: swap;
	}
	
	@font-face {
		font-family: 'DroidKufiBold';
		src: url('../font/DroidKufiBold.eot');
		src: url('../font/DroidKufiBold.eot') format('embedded-opentype'), url('../font/DroidKufiBold.woff2') format('woff2'), url('../font/DroidKufiBold.woff') format('woff'), url('../font/DroidKufiBold.ttf') format('truetype'), url('../font/DroidKufiBold.svg#DroidKufiBold') format('svg');
	}
	@font-face {
		font-family: 'DroidKufiRegular';
		src: url('../font/DroidKufiRegular.eot');
		src: url('../font/DroidKufiRegular.eot') format('embedded-opentype'), url('../font/DroidKufiRegular.woff2') format('woff2'), url('../font/DroidKufiRegular.woff') format('woff'), url('../font/DroidKufiRegular.ttf') format('truetype'), url('../font/DroidKufiRegular.svg#DroidKufiRegular') format('svg');
	}
	/* Global CSS */
	body {
		font-family: 'Roboto', 'DroidKufiRegular';
		margin: 0 !important;
		padding: 0 !important;
		overflow-x: hidden !important;
		background: #ffffff;
		font-size: 14px;
	}
	.theme_radius {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	p {
		margin: 0 0 0 0;
	}
	.overflow-hidden {
		overflow: hidden !important;
	}
	b, strong {
		font-family: 'Roboto';
		font-weight: bold;
	}
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		text-indent: 1px;
		-o-text-overflow: '';
		text-overflow: '';
	}
	select::-ms-expand {
	 display:none;
	}
	input[type=text]::-ms-clear {
	 display:none;
	}
	input:focus {
		outline: none;
	}
	button:focus, select:focus {
		outline: none;
	}
	a {
		transition: all ease 0.5s;
		-o-transition: all ease 0.5s;
		-webkit-transition: all ease 0.5s;
		color: #4a494a;
	}
	a:focus, a:active, a:visited, a:hover {
		text-decoration: none;
	}
	a:hover {
		color: #0056b3;
	}
	*, :before, :after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	ul, ol {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	strong {
		font-weight: normal;
	}
	button:focus {
		outline: 0;
	}
	button {
		cursor: pointer;
	}
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
		margin-bottom: 0;
		font-family: inherit;
		font-weight: normal;
		line-height: 1.2;
	}
	html {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	input, button, select, textarea {
		font-family: inherit;
		font-size: inherit;
		line-height: inherit;
	}
	img {
		vertical-align: middle;
		max-width: 100%;
		height: auto;
	}
	.clear {
		clear: both;
	}
	.btn.focus, .btn:focus {
		outline: 0;
		box-shadow: none;
	}
	.hmSearchBox .form-control::-webkit-input-placeholder {
	  /* Edge */color: #3c4449;
	}
	.hmSearchBox .form-control:-ms-input-placeholder {
	  /* Internet Explorer 10-11 */color: #3c4449;
	}
	.hmSearchBox .form-control::placeholder {
	 color: #3c4449;
	}
	.blue_clor_txt{
	 color:#076cb2;
	}
	.textright {
		text-align: right;
	}
	.refundable {
		color: #099475;
		font-size: 12px;
	}
	.nonrefundable {
		color: #fc4758;
		font-size: 12px;
	}
	.no_padding {
		padding-right: 0;
		padding-left: 0;
	}
	.no_paddingR {
		padding-right: 0;
	}
	.no_paddingL {
		padding-left: 0;
	}
	.dir_default {
		direction: ltr;
	}
	.txtalign_default {
		text-align: left;
	}
	.theme_color {
		color: #438cca;
	}
	.theme_btnStyle {
		background-color: #6ecff6;
		cursor: pointer;
		color: #ffffff;
		outline: none;
		font-size: 16px;
		border-radius: 5px;
		height: 45px;
		line-height: 40px;
		padding: 0 20px;
		border: none;
	}
	.theme_inner-btn {
		background-color: #6ecff6;
		color: #ffffff;
		outline: none;
		font-size: 15px;
		border-radius: 30px;
		border: 0;
		height: 47px;
		line-height: 49px;
		padding: 0 30px;
	}
	.theme_btnStyle:hover, .theme_inner-btn:hover {
		background-color: #6ecff6;
		color: #ffffff;
		outline: none;
		border: none;
	}
	.min_Height {
		min-height: 550px;
	}
	.error_color {
		color: #e62828;
	}
	.error{color:#e62828; font-size: 12px;}
	.refund_color {
		color: #6cac07 !important;
	}
	.non_refund_color {
		color: #ff221d !important;
	}
	.cursor_default {
		cursor: pointer;
	}
	.bgWhite {
		background-color: #fff;
	}
	.bgBlue {
		background-color: #a7cbe3;
		padding: 15px 0px;
	}
	.minHeight {
		min-height: 550px;
	}
	.no_wrap_text {
		white-space: nowrap;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
	.postnRel_common {
		position: relative;
	}
	.color15 {
		color: #1359a0;
	}
	.colorRed {
		color: #ff0000;
	}
	.pad-r-0 {
		padding-right: 0 !important;
	}
	input.form-control, select.form-control {
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
	input.form-control:focus, select.form-control:focus {
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
	.table-responsive .table {
		max-width: none;
		-webkit-overflow-scrolling: touch !important;
	}
	.container {
		position: relative;
	}
	li.nav-item.dropdown.currencyPad {
		background: #fff;
		padding: 5px 10px;
		border-radius: 5px;
		font-weight: bold;
		color: #333;
		cursor: pointer;
	}
	li.nav-item.dropdown.currencyPad a{
		color: #333;
	}
	span.vistor_btn {
		cursor: pointer;
	}
	/* Login Case */
	.side_pocket {
		width: 428px;
		height: 100%;
		position: fixed;
		top: 0;
		z-index: 101;
		right: -428px;
		transition: all ease 0.2s;
		background-color: #fff;
	}
	
	.show_menu .side_pocket {
		right: 0;
	}
	.show_menu body {
		overflow: hidden;
	}
	.show_menu .dim_overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		z-index: 100;
	}
	.pocket_frame {
		padding: 15px 24px;
		color: #4b4b4b;
	}
	.frame_height {
		overflow-y: auto;
		height: 100%;
	}
	.actions_bin {
		display: flex;
		justify-content: space-between;
	}
	.user_info {
		background-color:#6ecff6;
		padding: 20px;
		color: #fff;
		margin-top: 15px;
	}
	.user_info h4 {
		font-size: 25px;
	}
	.user_info h5 {
		font-size: 20px;
	}
	.user_info p {
		margin-top: 15px;
	}
	.join_text {
		text-align: center;
		margin-top: 20px;
		font-size: 20px;
	}
	.pocket_violetBtn, .pocket_violetBtn:hover {
		background-color: var(--violetColor);
		color: #fff;
		padding: 5px 8px;
		font-size: 12px;
	}
	.user_enroll {
		font-size: 20px;
		margin-top: 25px;
		text-align: center;
	}
	.field_carton {
		width: 100%;
		margin-top: 25px;
	}
	.field_carton .nav {
		position: relative !important;
		background-color: #fff !important;
		padding: 0 !important;
	}
	.field_carton .nav-tabs .nav-item.show .nav-link, .field_carton .nav-tabs .nav-link.active {
		border: 0;
		border-bottom: 2px solid #6ecff6 !important;
	}
	.formGrid {
		padding-top: 25px;
	}
	.formbtn_gradient {
		background-color:#6ecff6;
		border: 0;
		color: #fff;
		border-radius: 5px;
		font-size: 17px;
	}
	.btn_grid {
		padding: 10px 0;
	}
	.boundary_marge {
		margin-top: 20px;
		text-align: center;
		font-size: 15px;
	}
	.boundary_marge_record {
		margin-top: 20px;
		text-align: center;
		font-size: 12px;
	}
	.pocket_blueBtn, .pocket_blueBtn:hover {
		color: var(--lightBlue);
	}
	.field_carton .nav-tabs .nav-link:focus, .field_carton .nav-tabs .nav-link:hover {
		border-color: transparent;
	}
	.orSignup {
		margin-top: 20px;
		display: flex;
		justify-content: center;
		position: relative;
	}
	.orSignup::after {
		content: '';
		position: absolute;
		top: 20px;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #e3e9e7;
	}
	.orMsg {
		width: 40px;
		height: 40px;
		border: 1px solid #e3e9e7;
		display: inline-flex;
		align-items: center;
		border-radius: 50%;
		justify-content: center;
		font-size: 17px;
		background-color: #fff;
		position: relative;
		z-index: 99;
	}
	.media_login {
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
	}
	.media_login img {
		height: 38px;
		width: 175px;
	}
	.field_carton .form-control {
		height: 42px !important;
		border: 1px solid #ccc !important;
		border-radius: 5px !important;
	}
	.field_carton select.form-control:not([size]):not([multiple]) {
		height: 42px !important;
		border: 1px solid #ccc !important;
		border-radius: 5px 0 0 5px !important;
	}
	.field_carton .nav-tabs .nav-link {
		display: inline-flex;
		align-items: center;
		border-top: 0 !important;
		border-left: 0 !important;
		border-right: 0 !important;
	}
	.field_carton .nav-tabs .nav-link img {
		height: 14px;
		margin-right: 10px;
	}
	.form_phone {
		display: flex;
	}
	.hmcode {
		width: 35%;
	}
	.hasDownArrow::after {
		position: absolute;
		width: 7px;
		height: 6px;
		background-image: url(../images/login_downarrow.svg);
		content: "";
		top: 22px;
		left: 12px;
		margin-top: 0px;
		pointer-events: none;
		display: inline-block;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.hmPhonenbr {
		width: 65%;
	}
	.form_phone select.form-control {
		-webkit-border-top-right-radius: 0px !important;
		-webkit-border-bottom-right-radius: 0px !important;
		-moz-border-radius-topRight: 0px !important;
		-moz-border-radius-bottomRight: 0px !important;
		border-top-right-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
	}
	.form_phone input.form-control {
		-webkit-border-top-left-radius: 0px !important;
		-webkit-border-bottom-left-radius: 0px !important;
		-moz-border-radius-topleft: 0px !important;
		-moz-border-radius-bottomleft: 0px !important;
		border-top-left-radius: 0px !important;
		border-bottom-left-radius: 0px;
		border-left: 0px !important;
	}
	.reg_with_us {
		width: 100%;
	}
	.login_view {
		width: 100%;
	}
	
	.gridpadRight {
		padding-right: 60px;
	}
	.left_carton_white {
		border: 1px solid #ccc;
		padding: 15px 24px;
		color: #4b4b4b;
		box-shadow: -2px 5px 23px -6px rgba(0,0,0,0.36);
		-webkit-box-shadow: -2px 5px 23px -6px rgba(0,0,0,0.36);
		-moz-box-shadow: -2px 5px 23px -6px rgba(0,0,0,0.36);
	}
	.right_carton_white {
		display: flex;
		justify-content: center;
	}
	.content_inner {
		width: 75%;
	}
	.reg_icon1 img {
		height: 176px;
		margin-top: 50px;
	}
	.text_note1 {
		font-size: 25px;
		color: #0086cd;
		margin-top: 50px;
	}
	.text_note2 {
		font-size: 17px;
		line-height: 30px;
		margin-top: 15px;
	}
	.fgt_pswdIn {
		background-color: #fff;
		padding: 20px;
		color: #333;
		margin-top: 15px;
		text-align: center;
	}
	.fgt_pswdIn h4 {
		font-size: 25px;
	}
	.fgt_pswdIn h5 {
		font-size: 20px;
	}
	.fgt_pswdIn p {
		margin-top: 15px;
	}
	.fgtpswd_contact {
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 15px;
		color: #333;
	}
	/* Login Case ends */
	
	/*Manage My booking*/
	.theme_border_box{
		width: 100%;
		padding: 25px;
		border: 1px solid #ccc;
	}
	/*Manage My booking  ends*/
	
	/* Header */
	header {
		width: 100%;
		position: relative;
	}
	.HmLogo {
		width: 430px;
		height: 50px;
		/* background: url(../images/logo.png) no-repeat left; */
		background-size: contain;
	}
	.hmlogoimg
	{
		background: url(../images/logo.png) no-repeat left;
	}
	.headnav {
		padding:15px 20px;
		display: flex;
		align-items: center;
		color: #fff;
		position: fixed;
		top: 0;
		z-index: 99;
		width: 100%;
		transition: all ease 0.6s;
		flex-wrap: wrap;
	}
	.headnav.sticky {
		background-color: #fff !important;
		color: #000 !important;
		box-shadow: 0px 1px 2px 0px rgb(255 255 255 / 30%), 0px 2px 6px 2px rgb(60 64 67 / 15%);
	}
	.headnav #nav-check {
		display: none;
	}
	.headnav .logo {
		font-size: 20px;
		font-weight: 700;
	}
	.headnav .menuToggle {
		display: none;
	}
	.headnav .menuLinks {
		margin-left: auto;
	}
	.headnav .menuLinks ul {
		display: flex;
		justify-content: end;
		align-items: center;
		margin-bottom: 0px;
	}
	.headnav .menuLinks ul li {
		margin-right: 20px;
		border-radius: 5px;
	}
	.headnav .menuLinks ul li a {
		color: #fff;
		text-decoration: none;
	}
	.sticky .menuLinks ul li a {
		color: #000 !important;
		text-decoration: none;
	}
	.flexCentr {
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 50px;
	}
	.sticky .HmLogo {
		width: 430px;
		height:32px;
		background: url(../images/logo.png) no-repeat left;
		background-size: contain;0128
	}
	.headnav .menuToggle label > span {
		display: block;
		width: 25px;
		height: 10px;
		border-top: 2px solid #6ecff6;
	}
	.sticky .menuToggle label > span {
		border-top: 2px solid #076cb2;
	}
	.headnav .menuScroll {
		display: none;
	}
	.sticky .menuScroll {
		display: inline-block !important;
	}
	.menuScroll ul {
		display: flex;
		justify-content: flex-start;
	}
	.menuScroll ul li {
		margin-right: 15px;
	}
	.sticky .menuScroll ul li a {
		color: #000;
		text-decoration: none;
		display: flex;
		align-items: center;
	}
	.sticky .menuScroll ul li a .NavFlightIcon, .sticky .menuScroll ul li a .NavInsuranceIcon, .sticky .menuScroll ul li a .NavHotelIcon {
		width: 30px;
		height: 30px;
		margin-right: 7px;
	}
	.menuScroll ul li.active a {
		color: var(--lightBlue);
	}
	.menuLinks ul li.my-bkng a, .menuLinks ul li.log-sign a {
		background: #e6f9ff;
		padding: 5px 15px;
		border-radius: 2px;
		font-weight: bold;
		color: #333;
	}
	.menuLinks .dropdown-menu {
		min-width: 18rem;
		border-radius:10px;
		margin-top: 0;
		padding: 15px 15px 0px 15px;
		top: 30px !important;
	}
	.menuLinks .navbar {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 14px;
	}
	.menuLinks .navbar-brand {
		margin-right: 55px;
	}
	.menuLinks li.nav-item {
		border-right: 1px solid #ccc;
	}
	.menuLinks li.nav-item:nth-child(5) {
		border-right: 0;
	}
	.menuLinks li.nav-item:last-child {
		border-right: 0;
	}
	.menuLinks .navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 18px;
		padding-right: 18px;
		padding-top: 0;
		padding-bottom: 0;
		color: #39434e;
	}
	.menuLinks li.nav-item.currencyPad a.nav-link {
		padding-right: 10px !important;
	}
	.menuLinks li.nav-item:last-child a.nav-link {
		padding-right: 0 !important;
	}
	.menuLinks .country_flag {
		padding-right: 0px;
		color: #040b3b !important;
	}
	.menuLinks .dropdown-toggle::after {
		border: none !important;
	}
	.menuLinks .country_flag img {
		width: 24px;
		height: 14px;
		margin: 0 0 0 0;
	}
	.menuLinks li.nav-item.currencyPad i {
		font-size: 6px;
		margin-left: 2px;
		position: relative;
		top: -2px;
	}
	.menuLinks li.nav-item.currencyPad .dropdown-item {
		padding-left: 10px;
		font-size: 14px;
		min-width: 12rem;
	}
	.menuLinks li.nav-item.currencyPad .dropdown-item .country_flag img {
		margin-right: 5px;
	}
	.menuLinks .navbar-light .navbar-toggler {
		border-color: transparent;
		padding: 0px;
	}
	.menuLinks .navbar-light .navbar-toggler-icon {
		background: url(../images/hamburger_menu.svg) no-repeat;
		width: 25px;
		height: 25px;
		margin-top: 10px;
	}
	.fntArabic {
		font-family: "DroidKufiBold";
		margin-left:15px;
	}
	.themeNav .dropdown-menu {
		min-width: 18rem;
		border-radius: 5px;
		margin-top: 0;
		padding: 15px 15px 0px 15px;
	}
	.langCurrency {
		font-size: 14px;
	}
	.langCurrency p {
		margin: 0 0 10px 0;
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
	}
	ul.langFlex {
		display: flex;
	 align-items-center;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	ul.langFlex li {
		text-align: center;
		border: 1px solid #edf2f8;
		flex: 1;
		margin-right: 10px;
		background-color: #edf2f8;
		color: #39434e;
	}
	ul.langFlex li:last-child {
		margin-right: 0;
		margin-left: 0;
	}
	ul.langFlex li a {
		display: block;
		padding: 5px 20px;
		color: #000 !important;
	}
	ul.langFlex li.active {
		background-color: #fff;
		border: 1px solid #6ecff6;
		margin-left: 0 !important;
	}
	ul.langFlex li.active a {
		color: #6ecff6;
	}
	ul.currencyFlex {
		display: flex;
	 align-items-center;
		justify-content: space-between;
		margin-bottom: 10px;
		flex-wrap: wrap;
	}
	ul.currencyFlex li {
		text-align: center;
		border: 1px solid #edf2f8;
		min-width: 48%;
		margin-right: 10px;
		margin-bottom: 10px;
		background-color: #edf2f8;
		color: #39434e;
		margin-left: 0 !important;
	}
	ul.currencyFlex li:nth-child(2n+2) {
		margin-right: 0;
	}
	ul.currencyFlex li a {
		display: block;
		padding: 5px;
		color: #000 !important;
	}
	ul.currencyFlex li.active {
		background-color: #fff;
		border: 1px solid #6ecff6;
	}
	ul.currencyFlex li.active a {
		color: #6ecff6;
	}
	.dropCountry {
		font-size: 11px;
	}
	.dropCountryCode {
		font-size: 14px;
	}
	.dropC {
		font-size: 13px;
		line-height: 22px;
		font-weight: bold;
	}
	.hm_listnavmain {
		background: #FFF;
		border-radius:15px 15px 0 0;
		width:80%;
		position: relative;
		border-bottom: 1px solid #ccc;
	}
	.hm_listnavmain:after {
		position: absolute;
		content: '';
		right: -82px;
		background: url(../images/shape.png) no-repeat;
		width: 107px;
		height: 56px;
		top: -2px;
		border-bottom: 1px solid #ccc;
		z-index: 1;
	}
	.hm_listMenu {
		height: 100%;
	}
	ul.hm_listMenu a {
		font-size: 15px;
		padding:15px 20px;
		display: flex;
		align-items: center;
	}
	ul.hm_listMenu .centrPD {
		padding:10px 10px;
	}
	ul.hm_listMenu a span {
		padding-left: 5px;
		white-space:nowrap;
	}
	.offer-all ul.hm_listMenu a{
		padding:10px 35px;
	}
	.NavFlightIcon {
		content: '';
		background: url(../images/flight_icon.png);
		background-size: contain;
		width:23px;
		height:16px;
	}
	.active_nav .NavFlightIcon {
		content: '';
		background: url(../images/flight_icon_active.png);
		background-size: contain;
		width:23px;
		height:16px;
	}
	.NavHotelIcon {
		content: '';
		background: url(../images/hotel_icon.png);
		background-size: contain;
		width:20px;
		height:20px;
	}
	.active_nav .NavHotelIcon {
		content: '';
		background: url(../images/hotel_icon_active.png);
		background-size: contain;
		width:20px;
		height:20px;
	}
	.NavInsuranceIcon {
		content: '';
		background: url(../images/insurance_icon.png);
		background-size: contain;
		width:15px;
		height:19px;
	}
	.active_nav .NavInsuranceIcon {
		content: '';
		background: url(../images/insurance_icon_active.png);
		background-size: contain;
		width:15px;
		height:19px;
	}
	.NavPackageIcon {
		content: '';
		background: url(../images/package_icon.png);
		background-size: contain;
		background-repeat: no-repeat;
		width:20px;
		height:20px;
	}
	.active_nav .NavPackageIcon {
		content: '';
		background: url(../images/package_icon_active.png);
		background-size: contain;
		background-repeat: no-repeat;
		width:20px;
		height:20px;
	}
	.NavTransfersIcon {
		content: '';
		background: url(../images/transfers_icon.png);
		background-size: contain;
		background-repeat: no-repeat;
		width:20px;
		height:20px;
	}
	.active_nav .NavTransfersIcon {
		content: '';
		background: url(../images/transfers_icon_active.png);
		background-size: contain;
		background-repeat: no-repeat;
		width:20px;
		height:20px;
	}
	.NavVisaIcon {
		content: '';
		background: url(../images/visa_icon.png);
		background-size: contain;
		background-repeat: no-repeat;
		width:20px;
		height:20px;
	}
	.active_nav .NavVisaIcon {
		content: '';
		background: url(../images/visa_icon_active.png);
		background-size: contain;
		background-repeat: no-repeat;
		width:20px;
		height:20px;
	}
	.NavCruiseIcon {
		content: '';
		background: url(../images/cruise_icon.png);
		background-size: contain;
		background-repeat: no-repeat;
		width:20px;
		height:20px;
	}
	.active_nav .NavCruiseIcon {
		content: '';
		background: url(../images/cruise_icon_active.png);
		background-size: contain;
		background-repeat: no-repeat;
		width:20px;
		height:20px;
	}
	.NavMiceIcon {
		content: '';
		background: url(../images/mice_icon.png);
		background-size: contain;
		background-repeat: no-repeat;
		width:20px;
		height:20px;
	}
	.active_nav .NavMiceIcon {
		content: '';
		background: url(../images/mice_icon_active.png);
		background-size: contain;
		background-repeat: no-repeat;
		width:20px;
		height:20px;
	}
	.active_nav span {
		color: var(--lightBlue);
	}
	.hm_listnavmain.MobileShow {
		display: none;
	}
	/*==== Currency Dropdown Starts ====*/
	.currency_menu_content {
		display: none;
		position: absolute;
		background: white;
		min-width: 14rem;
		-webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.01);
		-moz-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.01);
		box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.01);
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-topright: 0;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		z-index: 1;
	}
	.currency_menu_content a.dropdown-item {
		padding: 7px 15px;
		border-bottom: 1px solid #f1f1f1;
		font-size: 13px;
		text-transform: none;
	}
	.currency_menu_content a.dropdown-item:hover {
		background: #f4f4f4;
		border-bottom: 1px solid #f4f4f4;
		color: var(--textFont);
	}
	.currency_menu_content a.dropdown-item:last-child {
		border-radius: 0 0 5px 5px;
		border: 0;
	}
	a.dropdown-item .country_flag img {
		width: 20px;
		height: 15px;
	}
	span.country_flag {
		margin-right: 5px;
	}
	.currency_menu_content.show {
		display: block;
	}
	/*==== Currency Dropdown Ends ====*/
	ul.ftrLinks li a:hover {
		color: #fff;
	}
	.ftlogo {
		width: 150px;
	}
	
	/* Header End */
	
	.mobileAppMain{
		width:100%;
		padding:28px 0 50px 0;
		height:346px;
		background:url(../images/app_bg.jpg) no-repeat top center;
		display:flex;
		align-items:center;
		margin-top: 50px;
	}
	.mobApp {
		position: absolute;
		top: -78px;
		left: -10px;
	}
	.downloadappList{
		padding:30px 0 0 40px;
	}
	.downloadappList h2{
		font-size:24px;
		color:#4a4a4a;
		 font-weight:bold;
		line-height:28px;
	}
	.downloadappList h2 span{
		font-size:22px;
		color:#4a4a4a;
		font-weight:normal;
		display:block;
	}
	.downloadappList ul{
		padding-top:20px;
	}
	.downloadappList ul li{
		padding-bottom:5px;
		color:#4a4a4a;
		font-size:14px;
		position:relative;
	}
	.downloadappList ul li span{
		padding-left:25px;
	}
	.download_app_icon1{
		position:absolute;
		top:1px;content:'';
		background:url(../images/app_icon_1.svg);
		background-size:contain;
		width:18px;
		height:18px;
	}
	.download_app_icon2{
		position:absolute;
		top:1px;content:'';
		background:url(../images/app_icon_2.svg);
		background-size:contain;
		width:18px;
		height:18px;
	}
	.download_app_icon3{
		position:absolute;
		top:1px;
		content:'';
		background:url(../images/app_icon_3.svg);
		background-size:contain;
		width:18px;
		height:18px;
	}
	.download_app_icon4{
		position:absolute;
		top:1px;
		content:'';
		background:url(../images/app_icon_4.svg);
		background-size:contain;
		width:18px;
		height:18px;
	}
	.app_qrMain{
		width:100%;display:flex;
	}
	.appq{
		padding:30px 0 0 0;
	}
	.appq p{
		color:#4a4a4a;
		font-size:14px;
		margin-bottom:25px;
	}
	.app_qrcode{
		width:175px;
	}
	.app_qrcode img{
		padding-right:11px;
	}
	.app_appstore img{
		padding-bottom:27px;
	}
	.ui-widget-header {
		background: #0086cd;
	}
	.calenderCabinBox {
		width: 270px !important;
	}
	
	.selectCabn .fieldWrap { position:relative;}
	
	.calenderCabinBox select{
		border: none;
		height: 40px !important;
		border: solid #cccccc 1px;
		border-radius: 0;
		font-size: 14px;
		color: #4a4a4a;
		padding: 0 20px;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	} 
	.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
		border: 1px solid #6ecff6 !important;
		background: #6ecff6 !important;
		color: #fff;
		border-radius: 3px;
	}
	.selectCabn h5 {
		color: #0086cd;
		font-size: 14px;
		font-weight: bold;
		padding: 5px 0;
	}
	
	/*Offer all*/
	.InnerHd.headnav{background-color:#FFF;}
	.InnerHd.headnav .menuLinks ul li a {color: #333;}
	.SupperOffersMain.offer-page{
		background-color: #f5f5f5;
		padding: 55px 0 25px 0;
	}
	.OfferAllBox{
		width: 100%;
	}
	.OfferAllBox .offer-sp-row{
		margin-right: -30px;
		margin-left: -30px;
	}
	.OfferAllBox .offer-sp-col{
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 60px;
	}
	.OfferAllBox .SupperOfrSlide{
		flex-wrap: wrap;
	}
	.OfferAllBox .SupperOfrSlideIMG, .OfferAllBox .SupperOfrSlideDtls{
		width: 100%;
	}
	.OfferAllBox .SupperOfrSlideDtls{
		padding-bottom: 25px;
	}
	.OfferAllBox .SupperOfrSlideDtls h4{
		position: relative;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		padding: 10px 20px;
	}
	.OfferAllBox .nav-tabs{
		margin-top: 40px;
		margin-bottom: 40px;
		border-bottom: 0;
	}
	.OfferAllBox .nav-tabs li a{
		display: inline-block;
		font-size: 15px;
		margin-bottom: 15px;
		font-weight: bold;
		margin-right: 40px;
		padding-bottom: 3px;
		border-bottom: 3px solid transparent;
	}
	.OfferAllBox .nav-tabs li a.active{
		border-bottom: 3px solid #6ecff6;
		color: #6ecff6;
		
	}
	.supr-img{
		width: 100%;
		height: 388px;
	}
	
	.OfferFlightBox{
		background-color: #fff;
		border: solid #cccccc 1px;
		overflow: hidden;
		border-radius: 5px;
		display: flex;
		flex-wrap: wrap;
		box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.2);
		padding: 30px 20px;
		margin-bottom: 35px;
	}
	.OfferFlightBox h3{
		font-size: 20px;
		font-weight: bold;
		width: 100%;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.quick_look_box_wrap{
		width: 100%;
		display: flex;
		padding-left: 50px;
		padding-right: 50px;
		justify-content: space-between;
	}
	.quick_look_box_wrap .boxes{
		width: 295px;
		height: 92px;
		padding: 10px;
		padding-left: 24px;
		border: 1px solid #ccc;
		border-radius: 5px;
		display: flex;
		align-items: center;
	}
	.quick_look_box_wrap .boxes img{
		margin-right: 15px;
	}
	.quick_look_box_wrap .boxes p{
		color: #4a4a4a;
		font-size: 20px;
		font-weight: bold;
	}
	.quick_look_box_wrap .boxes span{
		color: #6ecff6;
		font-size: 15px;
	}
	.OfferFlightBox h4{
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 15px;
		width: 100%;
	}
	.OfferFlightBox p{
		line-height:22px;
		color: #4a4a4a;
	}
	.offer_list{
		padding: 5px;
		padding-left: 20px;
	}
	.offer_list li{
		list-style-image: url(../images/offer-list-ico.png);
		padding-left: 7px;
		padding-bottom: 7px; 
		line-height: 28px;
	}
	.OfferFlightImg{
		width: 100%;
		margin-bottom: 35px;
	}
	.OfferFlightImg img{
		width: 100%;
	}
	
	
	
	/*----------inline loader-----*/
	.loader-lg {
		width: 70px;
		height: 70px;
		position: relative;
		animation: sk-chase 2.5s infinite linear both;
	}
	
	.loader-lg-dot {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		animation: sk-chase-dot 2.0s infinite ease-in-out both;
	}
	
	.loader-lg-dot:before {
		content: '';
		display: block;
		width: 25%;
		height: 25%;
		background-color: #fff;
		border-radius: 100%;
		animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
	}
	
	.loader-lg-dot:nth-child(1) {
		animation-delay: -1.1s;
	}
	
	.loader-lg-dot:nth-child(2) {
		animation-delay: -1.0s;
	}
	
	.loader-lg-dot:nth-child(3) {
		animation-delay: -0.9s;
	}
	
	.loader-lg-dot:nth-child(4) {
		animation-delay: -0.8s;
	}
	
	.loader-lg-dot:nth-child(5) {
		animation-delay: -0.7s;
	}
	
	.loader-lg-dot:nth-child(6) {
		animation-delay: -0.6s;
	}
	
	.loader-lg-dot:nth-child(1):before {
		animation-delay: -1.1s;
	}
	
	.loader-lg-dot:nth-child(2):before {
		animation-delay: -1.0s;
	}
	
	.loader-lg-dot:nth-child(3):before {
		animation-delay: -0.9s;
	}
	
	.loader-lg-dot:nth-child(4):before {
		animation-delay: -0.8s;
	}
	
	.loader-lg-dot:nth-child(5):before {
		animation-delay: -0.7s;
	}
	
	.loader-lg-dot:nth-child(6):before {
		animation-delay: -0.6s;
	}
	
	@keyframes sk-chase {
		100% {
			transform: rotate(360deg);
		}
	}
	
	@keyframes sk-chase-dot {
		80%, 100% {
			transform: rotate(360deg);
		}
	}
	
	@keyframes sk-chase-dot-before {
		50% {
			transform: scale(0.4);
		}
	
		100%, 0% {
			transform: scale(1.0);
		}
	}
	
	.loader-sm {
		width: 60px;
		text-align: center;
		display: flex;
		height: 100%;
		align-items: center;
		padding-left: 10px;
	}
	
	.loader-sm > div {
		width: 14px;
		height: 14px;
		background-color: #1cade3;
		border-radius: 100%;
		display: inline-block;
		-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
		animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	}
	
	.loader-sm .bounce1 {
		-webkit-animation-delay: -0.32s;
		animation-delay: -0.32s;
	}
	
	.loader-sm .bounce2 {
		-webkit-animation-delay: -0.16s;
		animation-delay: -0.16s;
	}
	
	@-webkit-keyframes sk-bouncedelay {
		0%, 80%, 100% {
			-webkit-transform: scale(0);
		}
	
		40% {
			-webkit-transform: scale(1.0);
		}
	}
	
	@keyframes sk-bouncedelay {
		0%, 80%, 100% {
			-webkit-transform: scale(0);
			transform: scale(0);
		}
	
		40% {
			-webkit-transform: scale(1.0);
			transform: scale(1.0);
		}
	}
	.hmSearchArea .loader-sm {
		position: absolute;
		top: 20px;
		right: 20px;
	}
	
	.hmsubscrbe .loader-sm {
		margin-top: 10px;
	}
	#topcontrol{
		z-index: 18;
	}
	.spinner_sml {
	  display:inline-block;
	}
	.spinner_sm > div {
	  width: 10px;
	  height: 10px;
	  background-color: #12154b;
	
	  border-radius: 100%;
	  display: inline-block;
	  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	}
	
	.spinner_sm .bounce1 {
	  -webkit-animation-delay: -0.32s;
	  animation-delay: -0.32s;
	}
	
	.spinner_sm .bounce2 {
	  -webkit-animation-delay: -0.16s;
	  animation-delay: -0.16s;
	}
	
	@-webkit-keyframes sk-bouncedelay {
	  0%, 80%, 100% { -webkit-transform: scale(0) }
	  40% { -webkit-transform: scale(1.0) }
	}
	
	@keyframes sk-bouncedelay {
	  0%, 80%, 100% { 
		-webkit-transform: scale(0);
		transform: scale(0);
	  } 40% { 
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	  }
	}
	
	/*----------inline loader end-----*/
	/* Offers checkbox */
	.record_check {
		width: 100%;
		position: relative;
		padding-left:0px;
	}
	.record_check [type="checkbox"]:checked, .record_check [type="checkbox"]:not(:checked) {
		position: absolute;
		left: -9999px;
	}
	.record_check [type="checkbox"]:checked + label, .record_check [type="checkbox"]:not(:checked) + label {
		position: relative;
		padding-left: 34px;
		cursor: pointer;
		line-height: 25px;
		display: inline-block;
		color: #000;
		font-weight: normal;
	}
	.record_check [type="checkbox"]:checked + label:before, .record_check [type="checkbox"]:not(:checked) + label:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 25px;
		height: 25px;
		background: url(../images/checkbox.svg) no-repeat 0px 0px;
	}
	.record_check [type="checkbox"]:checked + label:after, .record_check [type="checkbox"]:not(:checked) + label:after {
		content: '';
		width: 25px;
		height: 25px;
		position: absolute;
		top: 0px;
		left: 0px;
		background: url(../images/checkbox.svg) no-repeat -28px 0px;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.record_check [type="checkbox"]:not(:checked) + label:after {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	.record_check [type="checkbox"]:checked + label:after {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	/* offers checkbox ends */
	.full_overlay {
		background-color: rgba(0, 0, 0, 0.8);
		box-sizing: border-box;
		height: 100%;
		left: 0;
		position: fixed;
		text-align: center;
		top: 0;
		width: 100%;
		z-index: 99999;
		color: #fff;
	}
	.session_out {
		width: 500px;
		background: #fff;
		padding: 35px 35px;
		text-align: center;
		color: #3d454e;
		border-radius: 8px;
		border: 1px solid #12154b;
	}
	.session_out h4 {
		padding-top: 10px;
		padding-bottom: 10px;
		font-weight: bold;
	}
	.icon-sessionout {
		background-image: url(../images/sessionout.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		width: 100px;
		height: 100px;
		display: inline-block;
	}
	
	.ResultSelectLdr{ text-align:left;}
	div#popup_content_blue {
		padding: 15px;
		font-size: 14px;
		 background-color: #fff;
		border-radius: 0 0 5px 5px;
		border: solid #12154b 2px;
	}
	
	#popup_panel {
		text-align: right;
		margin: 7px 0 0;
	}
	
	h2#popup_title_blue {
		  padding: 10px 15px;
		 font-weight: bold;
		font-size: 17px;
		text-align: left;
		line-height: 1.75em;
		color: #fff;
		background: var(--darkBlue);
		border-radius: 5px 5px 0 0;
		cursor: default;
		margin: 0em;
	}
	
	#popup_container {
		border:0 !important;
	}
	
	#popup_panel input#popup_ok {
		background-color:#6ecff6;
		cursor: pointer;
		color: #ffffff;
		outline: none;
		font-size: 16px;
		border-radius: 5px;
		line-height: 38px;
		padding: 0 20px;
		border: none;
	}
	.hmArrow {
	  position: relative;
	}
	.hmArrow:before {
		content: '';
		position: absolute;
		top: 5px;
		right: -5px;
		background-image: url(../images/downArrow.svg) !important;
		width: 11px;
		height: 11px;
		display: inline-block;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.hmArrow.show:before{
		background-image: url(../images/upArrow.svg);
	}
	.sticky .hmArrow:before {
	  content: '';
	  position: absolute;
	  top: 6px;
	  right: -7px;
	  background-image: url(../images/downArrow-blue.svg) !important;
	  width: 11px;
	  height: 11px;
	  display: inline-block;
	  background-size: contain;
	  background-repeat: no-repeat;
	}
	.menuLinks .dropdown-menu.wallet-drop{
		padding: 0px;
	}
	.menuLinks .dropdown-menu.wallet-drop ul {
		width: 100%;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.headnav .menuLinks .wallet-drop ul{
		justify-content: flex-start;
	}
	.menuLinks .dropdown-menu.wallet-drop li{
		margin-left: 0;
		padding: 10px;
		border-bottom: 1px solid #ccc;
		width: 100%;
	}
	.wallet-drop li a, .wallet-drop li a:not([href]):not([tabindex]){
		color: #212529;
	}
	
	
	.condition {
		color: red
	}
	
	
span#loginPin-error {
    position: absolute;
    bottom: -22px;
}	
	
	
	