/* Typography CSS */
:root {
--darkBlue:#093b55;
--lightBlue:#0dc1ff;
--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: 'LatoRegular';
	src: url('../font/LatoRegular.eot');
	src: url('../font/LatoRegular.eot') format('embedded-opentype'), url('../font/LatoRegular.woff2') format('woff2'), url('../font/LatoRegular.woff') format('woff'), url('../font/LatoRegular.ttf') format('truetype'), url('../font/LatoRegular.svg#LatoRegular') format('svg');
}
@font-face {
	font-family: 'LatoBold';
	src: url('../font/LatoBold.eot');
	src: url('../font/LatoBold.eot') format('embedded-opentype'), url('../font/LatoBold.woff2') format('woff2'), url('../font/LatoBold.woff') format('woff'), url('../font/LatoBold.ttf') format('truetype'), url('../font/LatoBold.svg#LatoBold') format('svg');
}
@font-face {
	font-family: 'LatoLight';
	src: url('../font/LatoLight.eot');
	src: url('../font/LatoLight.eot') format('embedded-opentype'), url('../font/LatoLight.woff2') format('woff2'), url('../font/LatoLight.woff') format('woff'), url('../font/LatoLight.ttf') format('truetype'), url('../font/LatoLight.svg#LatoLight') format('svg');
}
@font-face {
	font-family: 'RajdhaniSemiBold';
	src: url('../font/RajdhaniSemiBold.eot');
	src: url('../font/RajdhaniSemiBold.eot') format('embedded-opentype'), url('../font/RajdhaniSemiBold.woff2') format('woff2'), url('../font/RajdhaniSemiBold.woff') format('woff'), url('../font/RajdhaniSemiBold.ttf') format('truetype'), url('../font/RajdhaniSemiBold.svg#RajdhaniSemiBold') format('svg');
}
@font-face {
	font-family: 'RajdhaniLight';
	src: url('../font/RajdhaniLight.eot');
	src: url('../font/RajdhaniLight.eot') format('embedded-opentype'), url('../font/RajdhaniLight.woff2') format('woff2'), url('../font/RajdhaniLight.woff') format('woff'), url('../font/RajdhaniLight.ttf') format('truetype'), url('../font/RajdhaniLight.svg#RajdhaniLight') format('svg');
}
@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: 'LatoRegular', '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: 'LatoBold';
}
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: rgb(2,45,88);
	background: linear-gradient(90deg, rgba(2,45,88,1) 0%, rgba(3,75,149,1) 50%, rgba(114,192,228,1) 100%);
	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: #0065b8;
	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: rgb(2,45,88);
	background: linear-gradient(90deg, rgba(2,45,88,1) 0%, rgba(3,75,149,1) 50%, rgba(114,192,228,1) 100%);
	color: #ffffff;
	outline: none;
	border: none;
}
.min_Height {
	min-height: 550px;
}
.error_color {
	color: #e62828;
}
.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;
}
/* Footer */
.footer_bg {
	background-color: var(--darkBlue);
	color: #fff;
	background: rgb(10,54,98);
	background: linear-gradient(90deg, rgba(10,54,98,1) 0%, rgba(4,82,159,1) 59%, rgba(129,210,231,1) 100%);
}
.ftr_section1 {
	width: 100%;
	padding: 35px 0 20px 0;
}
.ftr_section2 {
	width: 100%;
	padding: 35px 0 15px;
}
.firm_details p {
	margin: 0 0 3px 0;
}
.firm_details p:last-child {
	margin: 0;
}
.firm_details p.ftlogo {
	margin: 0 0 10px 0;
}
ul.ftrLinks {
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
}
ul.ftrLinks li {
	margin: 0 0 15px 0
}
ul.ftrLinks li:last-child {
	margin-bottom: 0;
}
ul.ftrLinks li a, ul.ftrLinks li a:hover {
	color: #fff;
	text-decoration: none;
}
ul.socialMedia_links {
	display: flex;
	padding-top: 20px;
}
ul.socialMedia_links li {
	margin-right: 15px;
}
ul.socialMedia_links li a, ul.socialMedia_links li a:hover {
	color: #fff;
	text-decoration: none;
}
ul.payment_security {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
ul.payment_security li {
	margin-right: 28px;
}
ul.payment_security li:last-child {
	margin-right: 0px;
}
ul.payment_security li a, ul.payment_security li a:hover {
	color: #fff;
	text-decoration: none;
}
/* Footer ends */

/* New Footer */
.phicon {
	background-image: url(../images/phicon.png);
	width: 45px;
	height: 45px;
	background-size: contain;
}
.emailicon {
	background-image: url(../images/emailicon.png);
	width: 45px;
	height: 45px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.whatsappicon {
	background-image: url(../images/whatsappicon.png);
	width: 45px;
	height: 45px;
	background-size: contain;
}
.phnumber {
	width:88%;
	font-size: 32px;
	font-family: 'LatoBold';
	color: #fff !important;
	padding-left: 15px;
	line-height: 42px;
}
.ftrights p {
	font-size: 14px;
	padding-left: 15px;
	line-height: 30px;
}
.firm_details {
	padding-top: 25px;
}
ul.socialMedia_links li a img {
	height: 32px;
}
li.omannet img {
	width: 130px;
}
li.redsecurity img {
	width: 85px;
}
li.greenscurity img {
	width: 175px;
}
li.thawani img {
	width: 135px;
}
li.visa img {
	width: 65px;
}
li.americanexpres img {
	width: 85px;
}
li.mastercard img {
	width: 105px;
}
/* New Footer end*/


/* Login Case */
.side_pocket {
	width: 428px;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 101;
	right: -100%;
	transition: all ease 0.2s;
	background-color: #fff;
}
.vistor_btn {
	background: #e6f9ff;
	padding: 5px 15px;
	border-radius: 2px;
	font-family: 'LatoBold';
	color: #333;
	cursor: pointer;
}
.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: var(--lightBlue);
	background: rgb(10,54,98);
	background: linear-gradient(90deg, rgba(10,54,98,1) 0%, rgba(4,82,159,1) 59%, rgba(129,210,231,1) 100%);
	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 #0dc1ff !important;
}
.formGrid {
	padding-top: 25px;
}
.formbtn_gradient {
	background: linear-gradient(90deg, rgba(10,54,98,1) 0%, rgba(4,82,159,1) 59%, rgba(129,210,231,1) 100%);
	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: 45px !important;
	border: 1px solid #ccc !important;
	border-radius: 5px !important;
}
.field_carton select.form-control:not([size]):not([multiple]) {
	height: 45px !important;
	border: 1px solid #ccc !important;
	border-radius: 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;
/*	flex-direction:coloumn;
	flex-wrap:wrap;*/
}
/*
.form_phone div{width:30%}
.form_phone input.form-control{width:70%}
.form_phone span.error{flex: 100%;}

.form_phone .cc-picker-flag {
	width: 16px !important;
}*/

.hmcode {
	width: 35%;
}
.hasDownArrow::after {
	position: absolute;
	width: 7px;
	height: 6px;
	background-image: url(../images/login_downarrow.svg);
	content: "";
	top: 20px;
	right: 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;
}
select#phonecode_mb{border-radius: 5px 0px 0px 5px !important;}
.reg_with_us {
	width: 100%;
}
.login_view {
	width: 100%;
}
.auto_frame_height {
	height: auto !important;
}
.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 */

/* omani nationalfare popup */
.farePopup {
	top: 22% !important;
}
.confirmbtn {
	background-color: var(--lightBlue);
	background: rgb(10,54,98);
	background: linear-gradient(90deg, rgba(10,54,98,1) 0%, rgba(4,82,159,1) 59%, rgba(129,210,231,1) 100%);
	outline: none;
	border: none;
	color: #FFF;
	padding: 10px 30px;
	font-family: 'LatoBold';
	font-size: 17px;
}
.farePopup .modal-header {
	padding: 10px 15px !important;
}
.close_sign {
	border: 0;
	opacity: 1;
	background-color: transparent;
	padding: 2px 0;
}
.close_symbol1 img {
	width: 22px;
	height: 22px;
}
.hdr_color_violet {
	background: var(--violetColor);
	color: #fff;
}
/* omani nationalfare popup ends */
/*Manage My booking*/
.theme_border_box {
	width: 100%;
	padding: 25px;
	border: 1px solid #ccc;
}
/*Manage My booking  ends*/
/* Recent History */
.search_history_common {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0 0;
	align-items: center;
}
.recent_text {
	font-size: 15px;
	padding-right: 15px;
}
.search_list ul {
	display: flex;
	flex-wrap: wrap;
}
.search_list ul li {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px 10px;
	text-align: center;
	margin-right: 10px;
	cursor: pointer;
}
.recen_sear_item {
	cursor: pointer;
}
/* Header */
header {
	width: 100%;
	height: 80px;
	position: relative;
}
.HmLogo {
	width: 169px;
	height: 40px;
	background: url(../images/logo.png) no-repeat left;
	background-size: contain;
}
.headnav {
	background-color: var(--darkBlue);
	padding: 12px 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;
}
.InnerHd.headnav{
	color: #333;
}
.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;
}
.headnav .menuLinks ul li {
	margin-left: 15px;
}
.headnav .menuLinks ul li a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
}
.sticky .menuLinks ul li a {
	color: #000 !important;
	text-decoration: none;
	font-size: 13px;
}
.flexCentr {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 50px;
}
.sticky .HmLogo {
	width: 169px;
	height: 40px;
	background: url(../images/logo_new.svg) no-repeat left;
	background-size: contain;
}
.headnav .menuToggle label > span {
	display: block;
	width: 25px;
	height: 10px;
	border-top: 2px solid #076cb2;
}
.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-family: 'LatoBold';
	color: #333;
}
.menuLinks .dropdown-menu {
	min-width: 18rem;
	border-radius: 0px;
	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-right: 5px;
}
.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 #0dc1ff;
	 
}
ul.langFlex li:first-child{
	margin-left: 0 !important;
}

ul.langFlex li.active a {
	color: #0dc1ff;
}
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 #0dc1ff;
}
ul.currencyFlex li.active a {
	color: #0dc1ff;
}
ul.currencyFlex {
    justify-content: flex-start !important;
}
.dropCountry {
	font-size: 11px;
}
.dropCountryCode {
	font-size: 14px;
}
.dropC {
	font-size: 13px;
	line-height: 22px;
	font-family: 'LatoBold';
}
.hm_listnavmain {
	background: #FFF;
	border-radius: 5px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 0px 6px 0px rgb(177 177 177), 0px 2px 6px 2px rgb(60 64 67 / 15%);
}
.hm_listMenu {
	height: 100%;
}
ul.hm_listMenu a {
	font-size: 15px;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
ul.hm_listMenu .centrPD {
	padding: 15px 10px;
}
ul.hm_listMenu a span {
	padding-left: 5px;
	white-space:nowrap;
}
.offer-all ul.hm_listMenu a {
	padding: 15px 35px;
}
.NavFlightIcon {
	content: '';
	background: url(../images/flight_nav.svg);
	background-size: contain;
	width: 42px;
	height: 42px;
}
.active_nav .NavFlightIcon {
	content: '';
	background: url(../images/flight_nav_hover.svg);
	background-size: contain;
	width: 42px;
	height: 42px;
}
.sticky .menuScroll ul li.active .NavFlightIcon {
	background: url(../images/flight_nav_hover.svg);
	background-size: contain;
}
.NavInsuranceIcon {
	content: '';
	background: url(../images/insurance_nav.svg);
	background-size: contain;
	width: 42px;
	height: 42px;
}
.active_nav .NavInsuranceIcon {
	content: '';
	background: url(../images/insurance_nav_hover.svg);
	background-size: contain;
	width: 42px;
	height: 42px;
}
.sticky .menuScroll ul li.active .NavInsuranceIcon {
	background: url(../images/insurance_nav_hover.svg);
	background-size: contain;
}
.NavHotelIcon {
	content: '';
	background: url(../images/hotel_nav.svg);
	background-size: contain;
	width: 42px;
	height: 42px;
}
.active_nav .NavHotelIcon {
	content: '';
	background: url(../images/hotel_nav_hover.svg);
	background-size: contain;
	width: 42px;
	height: 42px;
}
.NavFlightHotelIcon {
	content: '';
	background: url(../images/flighthotel_nav.svg);
	background-size: contain;
	width: 52px;
	height: 42px;
	background-repeat: no-repeat;
}
.active_nav .NavFlightHotelIcon {
	content: '';
	background: url(../images/flighthotel_nav_hover.svg);
	background-size: contain;
	width: 52px;
	height: 42px;
}
.NavPackageIcon {
	content: '';
	background: url(../images/packagel_nav.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 52px;
	height: 42px;
}
.active_nav .NavPackageIcon {
	content: '';
	background: url(../images/packagel_nav_hover.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 52px;
	height: 42px;
}
.sticky .menuScroll ul li.active .NavHotelIcon {
	background: url(../images/hotel_nav_hover.svg);
	background-size: contain;
}
.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-family: 'LatoBold';
	line-height: 28px;
}
.downloadappList h2 span {
	font-size: 22px;
	color: #4a4a4a;
	font-family: 'LatoRegular';
	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: 732px !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 #c36bb7 !important;
	background: #c36bb7 !important;
	color: #fff;
	border-radius: 3px;
}
.selectCabn h5 {
	color: #0086cd;
	font-size: 14px;
	font-family: 'LatoBold';
	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: 30px 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: 30px;
}
.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: 10px;
	margin-bottom: 10px;
	border-bottom: 0;
}
.OfferAllBox .nav-tabs li a {
	display: inline-block;
	font-size: 15px;
	margin-bottom: 15px;
	font-family: 'LatoBold';
	margin-right: 40px;
	padding-bottom: 3px;
	border-bottom: 3px solid transparent;
}
.OfferAllBox .nav-tabs li a.active {
	border-bottom: 3px solid #0dc1ff;
	color: #0dc1ff;
}
.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-family: 'LatoBold';
	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-family: 'LatoBold';
}
.quick_look_box_wrap .boxes span {
	color: #0dc1ff;
	font-size: 15px;
}
.OfferFlightBox h4 {
	font-size: 20px;
	font-family: 'LatoBold';
	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;
	cursor: pointer;
	position:relative;
}
.offer_list li:before {
	width: 10px;
    content: " ";
    background: url(../images/offer-list-ico.png) no-repeat left;
    height: 10px;
    display: inline-block;
    position: absolute;
    left: -15px;
    top: 8px;
}
.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 */
.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-family: 'LatoBold';
}
.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 2px var(--darkBlue);
}
#popup_panel {
	text-align: right;
	margin: 7px 0 0;
}
h2#popup_title_blue {
	padding: 10px 15px;
	font-family: 'LatoBold';
	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: var(--lightBlue);
	background: rgb(10,54,98);
	background: linear-gradient(90deg, rgba(10,54,98,1) 0%, rgba(4,82,159,1) 59%, rgba(129,210,231,1) 100%);
	cursor: pointer;
	color: #ffffff;
	outline: none;
	font-size: 16px;
	border-radius: 5px;
	line-height: 38px;
	padding: 0 20px;
	border: none;
}
.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 !important;
}
.modal-content {
	border: none;
	border-radius: 7px;
	outline: 0;
}
.error {
	color: #f00;
}
a.button.follow {
	color: #fff;
}


.FooterListMain{
	width:100%;
	padding:30px 0;
	background:#f5f5f5;
}
.FooterListBoxMain{
	margin-bottom:30px;
}
.FooterListBox{
	width:100%;background:#FFF;
	border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.FooterListBox ul{
	width:100%;padding:15px 18px;
}
.FooterListBox ul li{
	width:auto;
	display:inline-block;
	padding-right:10px;
	padding-bottom:4px;
}
.FooterListBox ul li a{
	font-size:14px;
	color:#4a4a4a;
}
.FooterListBox ul li span{
	padding:0 2px;
}
.FooterHD{
	width:260px;
	height:40px;
	background:#FFF;
	position:relative;
	border-top-left-radius: 5px;
}
.FooterHD::after{
	position:absolute;
	content:'';
	width:0;
	height:0;
	border-bottom:40px solid white;
	border-right:30px solid transparent;
	right:-30px;
}
.FooterHD h2{
	display:inline-block;
	font-size:15px;
	line-height:48px;
	padding-left:18px;
	height:40px;
	color:#4a4a4a;
	font-family:'LatoBold';
}


.menuMybookIcon {background-image: url(../images/mybookIcon.svg);background-size: contain;background-repeat: no-repeat; background-position: center;width: 22px;height: 20px;display: inline-block;margin-right: 5px;}
.menuMyProflIcon {background-image: url(../images/myProfIcon.svg);background-size: contain;background-repeat: no-repeat;background-position: center; width: 20px;height: 17px;display: inline-block;margin-right: 5px;}
.MyPrfdrop ul li a span{display: flex;align-items: center; font-size: 15px;}
.MyPrfdrop ul li:last-child { border-bottom:none !important;}
.MyPrfdrop.dropdown-menu{padding: 0 10px !important; min-width: 12rem !important;}

select#LoginMobileCode{border-radius: 5px 0 0px 5px !important;}
select#fullLoginMobileCode{border-radius: 5px 0 0px 5px !important;}
select#RegisterMobileCode{border-radius: 5px 0 0px 5px !important;}
select#RegMobileCode{border-radius: 5px 0 0px 5px !important;}
/* Ref Child */
.child_secBg{background-color: #E9E5E5!important; padding-top: 5px; padding-bottom: 5px;}
.ref_sibilings{position: relative;}
.ref_sibilings::before {background: url(../images/ref_sibilings_arrow.svg); position: absolute; content: ''; top: 14px; left: -13px; width: 14px; height: 20px; } 
/* Ref Child ends*/
.address_sec a{color: #0a91f0 !important; text-decoration: underline !important;}
.address_sec a:hover{color: #0a91f0 !important; text-decoration: none !important;}
.pswd_view .actions_bin{padding-top: 15px;}

.form-control:disabled, .form-control[readonly] {background: transparent;}
ins_ageBox{margin-top:10px;}
.ins_agelimit{background-color: #c46bb7; padding: 5px; color: #fff; border-radius: 5px; font-size: 14px; margin-right: 10px;}
.agencylogo {
    width: 200px;
    height: 60px;
    background-size: contain !important;
}
.agencylogo img {
    height: 60px;
}

.loyality_carton{margin-top: 10px;}
.loyality_msg{background-color: rgba(0,255,0,0.2) !important; padding: 10px; display: inline-block; text-align: center; line-height: 10px;}



.scrollbar {
    height: 630px;
    overflow-y: auto;
}

.force-overflow
{
	min-height: 450px;
}

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
	width:5px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #0bc1ff;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], .ng-cloak, .x-ng-cloak{ disply:none !important; }

.modal_form .select2-container{ width:100% !important;}
.modal_form .select2-container .select2-selection--single{ height:45px; border: solid #cccccc 1px;}
.modal_form .select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 43px;padding-left: 10px;}
.modal_form .select2-container--default .select2-selection--single .select2-selection__placeholder{color: #495057;}
.modal_form .select2-container--default .select2-selection--single .select2-selection__arrow{top: 8px;right: 10px;}
.modal_form label {margin-bottom: 5px !important;font-size: 14px; height:auto !important; padding:0 !important;}
.modal_form h5{ font-size:14px; margin-bottom:10px; font-family: 'LatoBold'; font-size:16px;}
.onbehalf_msg{background: #ededed;padding: 10px;border-radius: 5px;width: fit-content;font-size: 14px;}
.onbehalf_msg span:first-child{ font-family: 'LatoBold'; }
.onbehalf_msgIns{background: #ededed;padding: 10px;border-radius: 5px;width: fit-content;font-size: 14px;}
.onbehalf_msgIns span:first-child{ font-family: 'LatoBold'; }

.modal_form .select2-selection__clear {display: none;}

.cc-picker-code-select-enabled{
	height: 45px !important;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
	border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
	display: flex;
    padding: 10px 10px;
    font-size: 13px !important;
	display: flex !important;
	width: 35%;
	align-items: center;
}
.cc-picker-code-select-enabled::after{
	top: 18px !important;
	right: 8px !important;
}
.cc-picker-code-list>li{
	padding: 5px 15px 5px 10px !important;
    font-size: 14px !important;
}
.cc-picker-code-filter{
	height: 45px !important;
	padding: 10px !important;
}
.cc-picker-code-list{
	margin-top: 16px !important;
	font-family: 'LatoRegular', 'DroidKufiRegular' !important;
}
.cc-picker-code-list .cc-picker-code{
	color: #495057 !important;
}
.cc-picker-code{
	font-family: 'LatoRegular', 'DroidKufiRegular';
}
.first_phone_num, .secphonenum {
    border: solid #cccccc 1px;
    height: 45px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0 !important;
}
 a.button_theme.no_resultBtn {
    background: rgb(10,54,98);
    background: linear-gradient(90deg, rgba(10,54,98,1) 0%, rgba(4,82,159,1) 59%, rgba(129,210,231,1) 100%);
    outline: none;
    border: none;
    color: #FFF;
    padding: 10px 30px;
    width: auto;
    font-family: 'LatoBold';
    font-size: 17px;
    border-radius: 5px;
}
.search_list ul li p{font-size: 12px;} 



/* cart start */
.cart_icon {
	width: 35px;
	height: 35px;
	background: url(../images/cart_icon.svg) !important;
	display: inline-block;
	background-size: contain !important;
	position: relative;
	cursor:pointer;
}
.cart_icon span {
	position: absolute;
	width: 16px;
	height: 16px;
	background: #014488;
	border-radius: 25px;
	font-size: 12px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	right: -9px;
	top: -6px;
	color: #fff;
}
.headnav .menuLinks .cart_nav {
	margin-left: 0px;
	position: relative;
}
.cart_drop_box {
	margin-top: 0px;
	position: absolute;
	z-index: 3;
	background: #ffffff;
	right: 0px;
	top: 100%;
	padding: 0px;
	width: 320px;
	color: #2e3738;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	/* box-shadow: 0 0 5px rgb(0 0 0 / 20%); */
	border: solid #cccccc 1px;
}
.cart_drop_box_tittle {
	background: #014488;
	height: 45px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
}
.cart_drop_box_tittle h2 {
	font-size: 16px;
	font-family: 'LatoBold';
	color: #fff;
}
.cart_tittle {
	background: url(../images/cart_tittle.svg);
	width: 26px;
	height: 26px;
	display: inline-block;
	background-size: contain;
}
.cart_drop_box_content {
	width: 100%;
	padding: 12px;
	height: 260px;
    overflow-y: auto;
	overflow-x: hidden;
}

.cart_drop_box_content::-webkit-scrollbar{width:3px}
.cart_drop_box_content::-webkit-scrollbar-track{background:#CCC;}
.cart_drop_box_content::-webkit-scrollbar-thumb{background:#CCC;}
.cart_drop_box_content::-webkit-scrollbar-thumb:hover{background:#CCC;}
 
.cart_drop_box_repeat h4 {
    font-size: 16px;
    color: #014488;
    font-family: 'LatoBold';
    text-transform: capitalize;
    padding-top:5px;
	padding-bottom: 5px;
}
.cart_drop_box_repeat h3 {
	border: solid #d9dbdc 1px;
	font-size: 16px;
	color: #014488;
	padding: 5px 10px;
	font-family: 'LatoBold';
}
.cart_repeatbox {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 0;
}
.cart_repeatbox p {
    font-size: 13px;
    text-transform: capitalize;
}
.cart_repeatbox p span {
	font-size: 13px;
	padding-right: 2px;
}
.cart_repeatbox_lft {
	width: 80%;
}
.cartTimerBtm {
    font-size: 14px;
    padding-bottom: 10px;
    display: inline-block;
}
.cart_repeatbox_rht {
	width: 20%;
	text-align: right;
	position:relative;
}
.cart_repeatbox_flip span {
	padding-right: 3px;
}
.cart_repeatbox_flip span:last-child {
	padding-right: 0px;
}
.cart_footer {
	display: flex;
}
.cart_removebtn {
	width: 50%;
	border-radius: 0;
	text-align: center;
	background: #42bced;
	color: #fff !important;
	font-family: 'LatoBold';
	font-size: 13px;
}
.cart_proceedbtn {
	width: 50%;
	border-radius: 0;
	text-align: center;
	background: #044773;
	color: #fff !important;
	font-family: 'LatoBold';
	font-size: 13px;
}
.cart_pax_main {
}
.cart_pax_main h2 {
	color: #3d454e;
	font-size: 18px;
	font-family: 'LatoBold';
	padding-bottom: 15px;
}
.cart_pax_accordion {
}
.cart_pax_accordion {
	margin: 0px 0;
}
.cart_pax_accordion #faq .card {
	margin-bottom: 15px;
	border: 0;
}
.cart_pax_accordion #faq .card .card-header {
	border: 0;
	-webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
	box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
	border-radius: 2px;
	padding: 0;
}
.cart_pax_accordion #faq .card .card-header .btn-header-link {
	display: block;
	text-align: left;
	background: #fff;
	border: solid #cccccc 1px;
	color: #3d454e;
	padding: 0 15px;
	border-radius: 6px;
	font-family: 'LatoBold';
	display: flex;
	align-items: center;
}
.cart_pax_accordion #faq .card .card-header .btn-header-link i {
	display: inline-block;
	border-right: solid #ccc 1px;
	padding-right: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.cart_pax_accordion #faq .card .card-header .btn-header-link h3 {
	display: inline-block;
	color: #3d454e;
	font-size: 16px;
}
.cart_pax_accordion #faq .card .card-header .btn-header-link:after {
	content: " ";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 20px;
	background: url(../images/upArrow5.svg);
	width: 15px;
	height: 10px;
	background-size: contain;
	background-repeat: no-repeat;
}
.cart_pax_accordion #faq .card .card-header .btn-header-link.collapsed {
	background: #fff;
	border: solid #cccccc 1px;
	color: #3d454e;
}
.cart_pax_accordion #faq .card .card-header .btn-header-link.collapsed:after {
	content: " ";
	background: url(../images/downArrow5.svg);
	width: 15px;
	height: 10px;
	background-size: contain;
	background-repeat: no-repeat;
}
.cart_pax_accordion #faq .card .collapsing {
	background: #fff;
	line-height: 30px;
}
.cart_pax_accordion #faq .card .collapse {
	border: 0;
}
.cart_pax_accordion #faq .card .collapse.show {
	background: #fff;
	line-height: 30px;
	color: #222;
	border-radius: 6px;
}
.cart_pax_accordion .card-body {
	border: solid #cccccc 1px;
	border-radius: 6px;
	margin-top: 15px;
}
.carthtlPaxSumry .paxHtlDtls h4 {
	font-size: 17px;
	font-family: 'LatoBold';
	padding-top: 10px;
	padding-bottom: 5px;
}
.carthtlpaxDates h4 {
	font-size: 14px;
	font-family: 'LatoBold';
	padding-top: 0px;
	padding-bottom: 5px;
}
.carthtlpaxDates p {
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 8px;
}
.carpaxHtlDtls h4 {
	font-size: 15px;
	font-family: 'LatoBold';
	padding-top: 0px;
	padding-bottom: 5px;
}
.carpaxHtlDtls p {
	font-size: 13px;
	line-height: 22px;
}
.carthtlPaxSumry img {
	width: 152px;
	height: 125px;
	margin-right: 25px;
	border-radius: 15px;
}
.cart_dtls_footer {
	margin-top: 15px;
	border-top: solid #CCC 1px;
	text-align: right;
	padding-top: 10px;
}
.cart_dtls_footer span {
	color: #f5584c;
}
.cart_dtls_footer img {
	width: 20px;
	height: 23px;
	border-radius: 0;
	margin-right: 5px;
}
.cart_drop_box .cart-remove{
	background: url(../images/cart_close.svg);
	width: 25px;
	height: 25px;
	display: inline-block;
	font-size:0;
	border:none;
}
 
 
 
.cart_drop_box [type="checkbox"]:checked, .cart_drop_box [type="checkbox"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.cart_drop_box [type="checkbox"]:checked + label, .cart_drop_box [type="checkbox"]:not(:checked) + label {
	position: relative;
	padding-left: 0px !important;
	padding-top: 0px;
	cursor: pointer;
	line-height: 25px;
	display: inline-block;
	color: #000;
	font-weight: normal;
	margin-left: 10px;
	padding-bottom: 5px !important;
	left: -30px;
}
.cart_drop_box [type="checkbox"]:checked + label:before, .cart_drop_box [type="checkbox"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	background: url(../images/cart_check.svg) no-repeat 0px 0px;
}
.cart_drop_box [type="checkbox"]:checked + label:after, .cart_drop_box [type="checkbox"]:not(:checked) + label:after {
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/cart_check.svg) no-repeat -28px 0px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.cart_drop_box [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.cart_drop_box [type="checkbox"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
} 
.cart_drop_box #CartItemsAction{
	width: 100%;
    display: flex;
}
/* cart end */

.SearchBoxMain .ui-datepicker.ui-datepicker-multi{
	width:auto !important;
}
.SearchBoxMain .ui-datepicker .ui-datepicker-header{
	background-color:#fff !important;
}
.SearchBoxMain .ui-datepicker .ui-datepicker-title span{
	color: #000000 !important;
	font-family: 'LatoBold' !important;
}
.SearchBoxMain .ui-datepicker td{
	border:none !important;
}

.psngerBox .ui-datepicker td a{
	padding: 10px;
	border-radius: 5px;
}
.psngerBox .ui-datepicker  td:hover{
	border-radius: 5px;
}
.psngerBox .ui-datepicker .ui-datepicker-next {
    background: #bdbdbd;
    border-radius: 5px;
}
.psngerBox .ui-datepicker .ui-datepicker-prev {
    background: #bdbdbd;
    border-radius: 5px;
}
.psngerBox .ui-state-active, .psngerBox .ui-widget-content .ui-state-active, .psngerBox .ui-widget-header .ui-state-active{
	border-radius: 5px;
}

.rtn_clndr .psngerBox{
	left: -184px;
}
.Modify .rtn_clndr .psngerBox{
	left: -180px !important;
}
.insumdfy .rtn_clndr .psngerBox{
	left: -191px !important;
}
.insumdfy .FilghtClass {
	min-height:60px !important;
}
.htlumdfy .rtn_clndr .psngerBox{
	left: -189px !important;
}


/* Autocomplete Start*/
.autocomplete_new{
	position:relative;
}
.autocomplete_new .ui-autocomplete {
	width: 448px !important;
	left: -1px !important;
	border-radius: 0;
	border-radius: 5px;
	box-shadow: none;
	top: 0 !important;
}
.autocomplete_new .ui-autocomplete h1 {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'LatoBold';
	color: #000000;
	padding: 10px;
	padding-top: 15px;
	padding: 15px 15px;
	padding-bottom: 10px;
}
.autocomplete_new .ui-menu-item {
	display: flex !important;
	padding: 8px 10px;
	border-bottom: solid #ebebeb 1px !important;
	align-items: center;
	margin: 0 10px !important;
}
.autocomplete_new .autocomplete-image {
	width: 25px;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0;
}
.autocomplete_new .autocomplete-label {
	width: 90%;
	padding: 0;
}
.autocomplete_new .autocomplete-label h3 {
	font-size: 14px;
	color: #000;
}
.autocomplete_new .autocomplete-label h4 {
	margin-top: 3px;
	font-size: 12px;
	margin-right: 20px;
	color: rgb(119, 119, 119);
}
.autocomplete_new .autocomplete-code {
	background: #d8e8f7;
	border-radius: 5px;
	color: #000000;
	font-size: 12px;
	padding: 5px 10px;
	width: auto;
	height: 28px;
}
.autocomplete_new .location_icon_auto {
	background: url(../images/location_auto.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 13px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}
.autocomplete_new .flight_icon_auto {
	background: url(../images/flight_icon_auto.svg);
	background-size: contain;
	width: 21px;
	height: 15px;
	display: inline-block;
	margin-right: 5px;
}
.autocomplete_new .bus_icon_auto {
	background: url(../images/bus_icon_auto.svg);
	background-size: contain;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;
}
.autocomplete_new .hotel_icon_auto {
	background: url(../images/hotel_icon_auto.svg);
	background-size: contain;
	width: 17px;
	height: 13px;
	display: inline-block;
	margin-right: 5px;
}





.autocomplete_new ul.ui-autocomplete li.ui-menu-item:hover {
	background: #f6fbff;
}
.autocomplete_new ul.ui-autocomplete li.ui-menu-item:hover .autocomplete-code {
	color: #000;
}

.autocomplete_new .ui-autocomplete.ui-widget.ui-widget-content::-webkit-scrollbar-track{border-radius:50px;background-color:#f5f5f5}
.autocomplete_new .ui-autocomplete.ui-widget.ui-widget-content::-webkit-scrollbar{width:7px;background-color:#f5f5f5}
.autocomplete_new .ui-autocomplete.ui-widget.ui-widget-content::-webkit-scrollbar-thumb{border-radius:50px;background:#c1c1c1;}

/* Autocomplete End*/


/* Flight Details New Start*/
.FlightDtlstabs-content .active span{
	color: #212529;
}
.flight_details_new {
	border: solid #cccccc 1px;
	border-radius: 12px;
}
.flight_details_new_head {
	width: 100%;
	height: 45px;
	background: #eeeeee;
	border: solid #cccccc 1px;
	padding: 15px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.flight_details_new_head h2 {
	display: inline-block;
	font-size: 15px;
	font-family: 'LatoBold';
	line-height: 18px;
}
.flight_details_new_content {
	width: 100%;
	background: #fff;
	 
	padding: 15px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.fl_dtls_leg_nw {
	width: 100%;
}
.fl_dtls_leg_clm2_nw {
	display: flex;
}
.fl_dtls_leg_clm2_nw .air_time_sector {
	line-height: 22px;
	width: 60%;
}
.fl_dtls_leg_clm2_nw .air_time_Time {
	display: block;
	font-size: 17px;
	font-family: 'LatoBold';
	line-height: 18px;
}
.fl_dtls_leg_clm2_nw .air_time_aircode {
	display: block;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 12px;
	white-space: nowrap;
}
.fl_dtls_leg_clm2_nw p {
	margin-bottom: 0 !important;
	font-size: 13px !important;
}
.fl_dtls_leg_clm2_nw .air__stops {
	position: relative;
	width: 70%;
	padding-top: 0px;
}
.fl_dtls_leg_clm2_nw .airDurationStops {
	position: relative;
	text-align: center;
}
.fl_dtls_leg_clm2_nw .airDurationStops .stop-overs {
	display: flex;
	font-size: 12px;
	margin-top: 0px;
	justify-content: center;
	padding-top: 12px;
	min-height: 30px;
}
.fl_dtls_leg_clm2_nw .airDurationStops span {
	font-size: 12px;
}
.fl_dtls_leg_clm2_nw .airDurationStops::after {
	height: 1px;
	width: 100%;
	background: #cfcfcf;
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	z-index: 1;
}
.fl_dtls_leg_clm2_nw .airDurationStops::before {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #cdcdcd;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 0;
	z-index: 2;
}
.fl_dtls_leg_clm2_nw .flightIcon {
	position: absolute;
	right: -5px;
	top: 15px;
	z-index: 2;
	width: 19px;
	height: 18px;
	background: #FFF url(../images/pax_flight.svg) center;
	background-size: contain;
}
.fl_dtls_leg_clm3_nw {
	display: flex;
	margin-top: 15px;
	padding:0 15px;
}
.fl_dtls_leg_clm3_nw_dvd {
	width: 33%;
}
.fl_dtls_leg_clm3_nw_dvd h3 {
	display: block;
	font-size: 14px;
	font-family: 'LatoBold';
	line-height: 18px;
	padding-bottom: 5px;
}
.fl_dtls_leg_clm3_nw_dvd p {
	display: block;
	font-size: 14px;
	line-height: 18px;
}
.fl_dtls_leg_clm4_nw {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}
.fl_dtls_leg_clm4_nw_layover {
}
.fl_dtls_leg_clm4_nw_layover p {
	background: #eeeeee;
	padding: 5px 20px;
	border-radius: 5px;
	font-size: 13px;
}
.fl_dtl_new_scroll{
	height:300px;
	padding: 0 0 20px 0;
	overflow-y:scroll;
}

.fl_dtl_new_scroll::-webkit-scrollbar-track {
	border-radius:50px;
	background-color:#f5f5f5
}
.fl_dtl_new_scroll::-webkit-scrollbar {
	width:5px;
	background-color:#f5f5f5
}
.fl_dtl_new_scroll::-webkit-scrollbar-thumb {
	border-radius:50px;
	background:#666666;
}



/* Flight Details New End*/

.SideModalnew .modal-dialog {
	right: 0px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}
.SideModalnew .modal-dialog {
	width: 500px;
	position: fixed;
	margin: auto;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}
.SideModalnew .modal-dialog {
	width: 600px;
	position: fixed;
	margin: auto;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}
.SideModalnew .modal-content {
	height: 100%;
	border-radius: 0;
}
.SideModalnew .close {
	background: url(../images/close_modal.svg) no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	top: 28px;
	right: 25px;
	opacity: 1;
	font-size: 0;
}
.brandedFareBox {
	border: 1px solid #ccc;
	border-radius: 8px;
	width: 100%;
	padding-top: 10px;
	min-height: 390px;
}
.brandfareScrol {
	height: 350px;
	overflow: hidden;
	overflow-y: scroll;
}
.FareBoxHeadTwo {
	text-align: left;
	padding: 10px 20px;
}
.FareBoxHeadTwo h2 {
	font-size: 16px;
	color: #000;
	font-family: 'LatoBold';
}
.FareBoxHeadTwo h2 span {
	font-size: 14px;
	color: var(--lightBlue) !important;
	font-family: 'LatoRegular';
}
.brandedFareBox p {
	margin-bottom: 0;
	font-size: 13px;
	color: #000000;
}
.fareSubHead {
	padding: 10px 20px;
}
.fareSubHead h2 {
	font-size: 13px;
	font-family: 'LatoBold';
	color: #000000;
}
.FareDtlsTwo {
	text-align: left;
	padding: 0 20px;
}
i.fareTick {
	width: 15px;
	height: 15px;
	background-image: url(../images/brandedFare_tick.png);
	background-size: contain;
	display: inline-block;
	margin-right: 8px;
	background-repeat: no-repeat;
}
span.farealowed {
	width: 92%;
	font-size: 13px;
	color: #000;
}
.fare_none_tick {
	width: 15px;
	height: 15px;
	background-image: url(../images/brandedFare_none_tick.png);
	background-size: contain;
	display: inline-block;
	margin-right: 8px;
	background-repeat: no-repeat;
}
.FareDtlsTwo.brandmore {
	padding-top: 10px;
}
.FareDtlsTwo:last-child {
	border-bottom: none;
}
.brndedPrice {
	border-top: 1px dashed #ccc;
	padding: 20px 15px 20px;
	margin-top: 20px;
	text-align: center;
}
.strikePrice {
	text-decoration: line-through;
	font-size: 14px;
}
h3.actuelPrice {
	font-size: 16px;
	color: #000;
	font-family: 'LatoBold';
	line-height: 17px;
	padding: 2px 0;
	margin-bottom: 0;
}
.brandfareScrol {
	height: 350px;
	overflow: hidden;
	overflow-y: scroll
}
.brandfareScrol::-webkit-scrollbar-track {
border-radius:50px;
background-color:#f5f5f5
}
.brandfareScrol::-webkit-scrollbar {
width:7px;
background-color:#f5f5f5
}
.brandfareScrol::-webkit-scrollbar-thumb {
border-radius:50px;
background:#666666;
}
.FareDtlsTwo.brandmore a {
    color: var(--lightBlue);
}

.rslt_modal_hd_main {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.rslt_modal_hd_main {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.rslt_modal_hd {
    display: flex;
    padding-bottom: 8px;
    align-items: center;
    justify-content: space-between;
}
.rslt_modal_hd h2 {
	font-size: 15px;
}
.rslt_modal_hd h2 span{
	padding-right:2px;
}


.brandFareHeadCountry {
    display: flex;
    align-items: center;
}
.bradedStops {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.brandedFare_carrousel {
    margin-top: 30px;
}


.result_branded_modal .modal-dialog {
	width: 700px !important;
}

.result_branded_modal .active span{
	color: #000000;
}


.branded_price_sec1{
	display:flex;
	justify-content: space-between;
	
}
.branded_price_clm{
	text-align:left;
}
.branded_price_clm h3{
	font-size:16px;
	font-family: 'LatoBold';
}
.branded_price_sec2{
	display:flex;
	justify-content: space-between;
	gap: 10px;
	
}
.branded_sendmail {
    border: solid #0086ca 1px;
    padding: 8px 8px;
    margin-top: 10px;
    margin-bottom: 0px;
    border-radius: 5px;
    font-size: 14px;
    width: 50%;
	height: 40px;
    text-align: center;
    cursor: pointer;
}
.branded_cartbtn {
    background: #6d326d;
    border: solid #6d326d 1px;
    padding: 8px 8px;
    margin-top: 10px;
    margin-bottom: 0px;
    border-radius: 5px;
    font-size: 14px;
    width: 50%;
	height: 40px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    display: flex;
    justify-content: center;
}
.flightResult-odd {
    position: relative;
}

.calenderCabinBox  .ui-datepicker td span, .calenderCabinBox .ui-datepicker td a {
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
}
.newAppbg{
	width:100%;
	height:500px;
	background-image: url(../images/appDownContBanner.jpg);
	background-size: contain;
}
.mobDownload .modal-content{
	border-radius: 10px;
    overflow: hidden;
}
.CarCalneder {
    position: absolute;
    z-index: 1;
}

/*Rent Car Starts*/
.RentCarModal {
}
.RentCarModal .modal-header {
	border-bottom: none;
	padding-bottom: 0;
}
.RentCarModal .modal-title {
	font-size: 18px;
	line-height: 24px;
	font-family: 'LatoBold';
	color: #3d454e;
}
.RentCarModalForm {
}
.RentCarModalForm_box1 {
	width: 100%;
	background: #e5edf5;
	padding: 15px;
}
.RentCarModalForm_box2 {
	width: 100%;
	background: #fff;
	padding: 15px;
}
.RentCarModalForm_row {
	width: 100%;
	display: flex;
	gap: 20px;
}
.RentCarModal_col_01 {
	width: 50%;
}
.RentCarModal_col_01 .form-group {
	position: relative;
}
.RentCarModalForm label {
	font-size: 13px;
	margin-bottom: 5px;
}
.RentCarModalForm input {
	width: 100%;
	height: 45px;
	background: #fff !important;
	border: solid #ccc 1px;
	border-radius: 5px;
	font-size:14px;
}
.RentCarModalForm select {
	width: 100%;
	height: 45px;
	background: #fff;
	border: solid #ccc 1px;
	border-radius: 5px;
	padding: 0 10px;
	font-size:14px;
}
.RentCarModalForm textarea {
	width: 100%;
	height: 95px;
	background: #fff;
	border: solid #ccc 1px;
	border-radius: 5px;
	padding:  10px;
	font-size:14px;
}

.RentCarModalForm input:focus-visible, .RentCarModalForm textarea:focus-visible, .RentCarModalForm select:focus-visible{
	border: solid #ccc 1px;
	outline:none;
}


.RentCarModal_DateTime {
	display: flex;
}
.RentCarModal_DateTime .dived1 input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.RentCarModal_DateTime .dived2 select {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
}
.RentCarModalForm select.form-control:not([size]):not([multiple]) {
	height: 45px;
}
.RentCarModal_DateTime .form-group {
	position: relative;
	width: 100%;
	position: relative;
}
.CalendarIcon_carForm::after {
	position: absolute;
	width: 18px;
	height: 18px;
	background-image: url(../images/calendarIcon.svg);
	content: "";
	top: 40px;
	right: 12px;
	margin-top: 0px;
	pointer-events: none;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}
.Time_carForm::after {
	position: absolute;
	width: 18px;
	height: 18px;
	background-image: url(../images/timeicon_car.svg);
	content: "";
	top: 40px;
	right: 12px;
	margin-top: 0px;
	pointer-events: none;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}
.DownArrowCar::after {
	position: absolute;
	width: 7px;
	height: 6px;
	background-image: url(../images/dwnarow.svg);
	content: "";
	top: 45px;
	right: 12px;
	margin-top: 0px;
	pointer-events: none;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}
.babySeatCar input[type="checkbox"]+label {
	padding-left: 30px;
	position: relative;
	cursor: pointer;
	transition: all .3s;
	color: #3d454e;
	font-size: 14px;
	letter-spacing: 0.3px;
	line-height: 18px;
	margin-top: 35px;
}
.babySeatCar input[type="checkbox"]+label::before {
	border-radius: 5px;
	top: 0;
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	left: 0;
	border: 1px solid #ccc;
	background-color: #fff;
}
.babySeatCar a {
	color: #0086cd;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.babySeatCar input[type="checkbox"]:checked+label::before {
	background: #0086cd url(../images/tick_rl.png) no-repeat center;
	background-size: 50%;
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	top: -2px;
	left: 0;
	border: 1px solid #ccc;
	text-align: center;
	color: #fff;
	line-height: 20px;
}
.babySeatCar input[type="checkbox"], .rulesRestrictions input[type="radio"] {
	display: none;
}

.RentCarModal_Success{
}

.RentCarModal_Success .modal-header{
	margin:0;
	padding:0;
	border-bottom:0;
}

.RentCarModal_Success .modal-header .close {
	position: relative;
    right: 12px;
    top: 5px;
}


.RentCarModal_Success_Content{
	display:flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
	padding-top: 30px;
	padding-bottom: 40px;
}

.success_car_icon {

    background: url(../images/success_car_icon.svg) no-repeat top center;
    background-size: contain;
    width: 60px;
    height: 57px;
}
.RentCarModal_Success_Content h2 {
    color: #009e59;
    font-size: 30px;
    font-family: 'LatoBold';
    /* font-style: italic; */
    padding: 18px 0;
    line-height: 24px;
}
.RentCarModal_Success_Content p {
    color: #212529;
    font-size: 14px;
}

.UmrahEnqryModal{
}
.UmrahEnqryModal .modal-header{
	margin:0;
    padding: 15px 0;
    padding-bottom: 15px;
    border-bottom: solid #ccc 1px;
    margin: 0 20px;
}
.UmrahEnqryModal .RentCarModalForm_box2{
	padding: 15px 0;
}
.UmrahEnqryModal .modal-body {
    padding: 0 20px;
}
.UmrahEnqryModal .modal-title {
    font-size: 18px;
    line-height: 24px;
    font-family: 'LatoBold';
    color: #3d454e;
}
.umrah_Pasenger_Tttile{
    font-size: 18px;
    line-height: 24px;
    font-family: 'LatoBold';
    color: #3d454e;
	padding-bottom: 10px;	
}


.umrah_Pasenger_Main {
    display: flex;
    gap: 20px;
}
.umrah_Pasenger_Main .Dvd01{
	width:50%;
}
.umrah_Pasenger_Main .Dvd02{
	width:50%;
}
.UmrahEnqryModal .SubmitBtn, .RentCarModal .SubmitBtn {
    width: fit-content;
    background: linear-gradient(90deg, rgba(10, 54, 98, 1) 0%, rgba(4, 82, 159, 1) 59%, rgba(129, 210, 231, 1) 100%);
    border: 0;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    padding: 12px 40px;
    margin-top: 25px;
	font-family: 'LatoBold';
}
.UmarhIconHead {
    content: '';
    background: url(../images/umrah_icon_hd.svg) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    display: inline-flex;
}
.UmrahHead a {
    display: flex !important;
    gap: 5px !important;
    align-items: center;
}
.NavCarIcon {
    content: '';
    background: url(../images/car_icon_nav.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
}
/*Rent Car End*/
