@charset "UTF-8";
/* CSS Document */

@import 'fonts.css';

body, html {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'BentonSans', Helvetica Neue, sans-serif;
	font-size: 1rem;
	font-weight: 300;
	color: #333333;
	/* font-size: .9rem; */
	line-height: 1.5;
	overflow-x: hidden;
}
a {
	color: #006fcf;
	text-decoration: underline;
	font-weight: 300;
	word-break: break-word;
}
a:hover {
	color: #00175a;
}
.nowrap {
	word-wrap: break-word;
	white-space: nowrap;
}
.rtl {
	direction: rtl;
	text-align: right;
}
.ltr {
	direction: ltr;
	text-align: left;
}
#cover {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 99999;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: .45s;
}
#cover.anim {
	opacity: 0;
}
strong b {
	font-weight: 800;
}

/*********************************************************/
/*  Main Contents                                        */
/*********************************************************/

.migration-on {
	display: none;
}
.migration .migration-on {
	display: block;
}
.migration .migration-off {
	display: none;
}

.page-legal {
	font-size: 70%;
	font-weight: 300;
}
.tbl-airlines {
	margin-top: 30px;
	margin-bottom: 10px;
}
.tbl-airlines td {
	padding: 10px 0px;
	height: 70px;
}
#global-container {
	overflow-x: hidden;
}
#global-container .global-inner {

}
#global-container .global-inner .logo {
	position: fixed;
	z-index: 9;
	width: 55px;
	height: 55px;
	top: 20px;
	right: 15px;
}

/*********************************************************/
/*  Sections                                             */
/*********************************************************/

.platex-icon .td-icon {
	padding-top: 5px;
	vertical-align: top;
	text-align: right;
	width: 50px;
	padding-left: 10px;
}
.platex-icon .td-icon img {
	width: 100%;
}
.platex-icon .td-content {
	padding-top: 10px;
}
.platex-icon h5 {
	color: #7a7979;
}
.terms {
	font-size: 75%;
	margin-bottom: 0px;
}
.d-dyn {
	display: none;
}
body[market='uae'] .d-dyn[rel='d-uae'] {
	display: block;
}
body[market='bahrain'] .d-dyn[rel='d-bahrain'] {
	display: block;
}
body[market='qatar'] .d-dyn[rel='d-qatar'] {
	display: block;
}
body[market='oman'] .d-dyn[rel='d-oman'] {
	display: block;
}
body[market='jordan'] .d-dyn[rel='d-jordan'] {
	display: block;
}
body[market='egypt'] .d-dyn[rel='d-egypt'] {
	display: block;
}
body[market='kuwait'] .d-dyn[rel='d-kuwait'] {
	display: block;
}
.section-table {
	background: #efefef;
	font-size: 90%;
}
.section-table thead {

}
.section-table th {
	text-align: right;
	vertical-align: top;
	padding: 20px;
	font-weight: 600;
	background-color: #bcbdc0;
	color: #ffffff;
}
.section-table > tbody > tr:first-child > td {
	border-top: none;
}
.section-table td {
	padding: 20px;
	vertical-align: top;
	text-align: right;
	border-top: solid 1px #ddd;
}
.section-table td strong {
	font-weight: 600;
}
.content-section .container {
	padding-right: 0px;
	padding-left: 0px;
}
.content-section {
	min-height: 100vh;
	width: 100vw;
	background-size: cover;
	background-position: center center;
	font-size: 1rem;
}
.content-section .section-top-img.top {
	background-position: top center;
}
.content-section .section-top-img {
	min-height: 35vh;
	margin: -30px -20px 30px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #eaeaea;
}
.content-section .section-h1 {
	color: #ffffff;
}
.content-section h1 {
	font-weight: 800;
	line-height: 1.4;
	color: #7a7979;
}
.content-section h4 {
	color: #7a7979;
}
.content-section h4 img {
	width: 56px;
	margin-left: 5px;
}
.content-section ul {
	padding-right: 16px;
}
.content-section ul li strong {
	font-weight: 800;
}
.content-section p {
}
.content-section p strong {
	font-weight: 800;
	color: #7a7979;
}
.content-section h5 {
	color: #006FCF;
	font-weight: 600;
	line-height: 1.5;
}
.content-section p b {
	font-weight: 600;
	font-style: italic;
	color: #006FCF;
}
.content-section.white {
	color: #ffffff;
	position: relative;
}
.content-section.white h1 {
	text-shadow: 0px 0px 64px rgb(0, 0, 0, 0.5);
}
.content-section.qr .qr-legal {
	position: absolute;
	bottom: 10px;
	right: 20px;
	padding-left: 20px;
}
.content-section.qr .qr-legal p {
	margin: 10px 0px;
	font-size: 0.8rem;
	line-height: 1.2;
}
.content-section.qr {
	background-color: #ebebeb;
	background-image: url(../img/swirl-left.png);
	background-size: 70%;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.content-section.qr .language-panel {
	position: absolute;
	top: Calc(50% - 110px);
	right: 0px;
	width: 100%;
}
.content-section.qr .language-panel .inner {
	max-width: 1100px;
	display: block;
	margin: auto;
}
.content-section.qr .language-panel .qr-side {
	padding-top: 10px;
}
.content-section.qr .language-panel h1 {
	color: #7a7979;
	font-weight: 600;
	font-size: 1.6rem;
	margin: 0px;
}
.content-section.qr .language-panel p {
	color: #7a7979;
	font-weight: 300;
	font-size: 1.6rem;
	margin: 0px 0px 15px;
}
.button-a {
	outline: none;
	border: none;
	box-shadow: none;
	color: inherit;
	text-decoration: none;
}
.content-section.qr .language-panel .cta,
.content-section.qr .dd-cta .cta:focus,
.content-section.qr .dd-cta .cta:active,
.content-section.qr .dd-cta .cta:active:focus,
.content-section.qr .dd-cta .cta {
	color: #ffffff;
	background-color: #c4c3c3;
	border: none;
	box-shadow: none !important;
	outline: none;
	text-decoration: none;
	border-radius: 3px;
	width: 200px;
	font-size: 1.1rem;
	height: auto;
	padding: 8px 20px 6px;
}
.content-section.qr .language-panel .dd-cta {
}
.content-section.qr .language-panel .dd-cta a {
	text-decoration: none;
}
.rtl .dropdown-toggle::after {
	margin-right: 0;
	margin-left: .255em;
}
.rtl .dd-cta .dropdown-menu {
	text-align: left;
	direction: rtl;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #c4c3c3;
	color: #000000;
}
.dd-cta .dropdown-menu {
	width: 200px;
}
.content-section.qr .hero-card {
	width: 350px;
	display: block;
	margin: auto;
}
.container-table {
	min-width: 100vw;
	min-height: 100vh;
}
.container-table > tbody > tr > td {
	min-width: 100vw;
	min-height: 100vh;
	text-align: center;
	vertical-align: middle;
	padding: 30px 20px;
}
.content-section.half {
	min-height: 70vh;
}
.content-section.half .container-table {
	min-height: 70vh;
}
.content-section.half .container-table > tbody > tr > td {
	min-height: 70vh;
}
.content-section.top-img {
}
.content-section.top-img .container-table {
}
.content-section.top-img .container-table > tbody > tr > td {
	vertical-align: top;
}
.content-section.top-img .section-top-img {
}
.content-section.swirl {
	background-image: url(../img/swirl.png);
	background-size: 60%;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.content-section.grey {
	background-color: #ebebeb;
}

/*********************************************************/
/*  Navigation                                           */
/*********************************************************/

.nav-close {
	padding: 23px 13px 5px;
	display: none;
}
.nav-close img {
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.nav-fixed {
	transition: 1s;
	opacity: 1;
	z-index: 1;
}
.ontop .product-nav {
	opacity: 0;
}
.ontop .nav-fixed {
	opacity: 0;
}
.product-nav {
	position: fixed;
	top: Calc(50% - 295px);
	left: 0px;
	z-index: 100;
	width: 340px;
	transition: 1s;
}
.product-nav .main-head {
	display: none;
	color: #00175b;
	left: 4px;
	position: absolute;
	top: -22px;
	font-size: .9rem;
	font-weight: 400;
}
.product-nav ul {
	margin: 0px;
	list-style-type: none;
	/* overflow: hidden; */
}
.product-nav ul li {
	color: #ffffff;
	text-align: center;
	margin-bottom: 1px;
	cursor: pointer;
	transition: .45s;
	text-align: right;
	position: relative;
	left: Calc(-100% + 48px);
}
.product-nav ul li.open {
	left: 0px;
}
.product-nav ul li .head {
	background-color: rgba(0,23,90,.85);
	padding: 10px 9px;
	margin-bottom: 1px;
	font-weight: 100;
	transition: .45s;
}
#language-tab {
	color: #ffffff;
	outline: none;
	text-decoration: none;
	border: 0px;
	box-shadow: none;
}
.product-nav ul li .head[onclick] span {
	/*display: none;*/
}
.product-nav ul li:hover .head,
.product-nav ul li.open .head {
	 background-color: rgba(0,23,90,1);
}
.product-nav ul li .head i {
	width: 24px;
	height: 17px;
	margin-left: 5px;
	text-align: center;
}
.product-nav ul li .head img {
	width: 33px;
	height: 33px;
	margin-left: 7px;
}
.product-nav ul li .items {
	width: Calc(100% - 49px);
	position: absolute;
	transition: .45s;
	z-index: -1;
}
.product-nav ul li .items > div {
	background-color: rgba(0,23,90,.85);
	padding: 10px 17px;
	margin-bottom: 1px;
	transition: .45s;
	cursor: pointer;
	opacity: 0;
	right: 30px;
}
.product-nav ul li.open {
	z-index: 1;
}
.product-nav ul li.open .items > div {
	right: 0px;
	opacity: 1;
}
.product-nav ul li.open.closing .items {
	opacity: 0;
}
.product-nav ul li.open.closing {
	left: Calc(-100% + 48px)!important;
}
.product-nav ul li.open.closing .items > div {
	transition-delay: 0s!important;
	opacity: 0!important;
}
.product-nav ul li.bottom .items {
	display: flex;
	flex-direction: column-reverse;
	bottom: 53px;
}
/*ripple effect*/
.btn.prev:after,
.btn.next:after,
.ripple:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	pointer-events: none;
	background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
	background-repeat: no-repeat;
	background-position: 50%;
	transform: scale(10, 10);
	opacity: 0;
	transition: transform .5s, opacity 1s;
}
.btn.prev:active:after,
.btn.next:active:after,
.ripple:active:after {
	transform: scale(0, 0);
	opacity: .2;
	transition: 0s;
}
.btn.prev,
.btn.next,
.ripple {
	position: relative;
	overflow: hidden;
}
/*ripple effect*/
#burgerbar {
	font-size: 0px;
}
.ontop .product-nav {
	left: -300px;
}

/*********************************************************/
/*  Responsive                                           */
/*********************************************************/

@media (max-height: 720px) {
	.product-nav {
		font-size: 0.9rem;
		top: Calc(50% - 240px);
	}
	.product-nav ul li .head {
		padding: 8px 10px;
	}
	.product-nav ul li .head img {
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 728px) {

	.content-section {
		min-height: auto;
	}
	.content-section.right-xs {
		background-position: center left;
	}
	.content-section h1 {
		font-size: 1.5rem;
	}
	.content-section h4 {
		font-size: 1.2rem;
	}
	.content-section h5 {
		font-size: 1rem;
	}
	.content-section h4 img {
		width: 40px;
		margin-left: 5px;
	}
	.content-section.swirl {
		background-size: 100%;
	}
	.content-section[bg_]:before {
		content: " ";
		position: absolute;
		top: 0px;
		right: 0px;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.3);
	}
	.content-section.qr {
		min-height: 100vh;
		background-size: 500px;
	}
	.content-section.qr .hero-card {
		width: 100%;
		display: block;
		margin: 40px auto 30px;
	}
	.content-section.qr .language-panel {
		top: Calc(50% - 250px);
	}
	.content-section.qr .language-panel .cta {
		width: auto;
		font-size: 1rem;
	}
	.content-section.qr .language-panel .inner {
		max-width: Calc(100% - 40px);
	}
	.content-section.qr .language-panel h1 {
		font-size: 1.4rem;
	}
	.content-section.qr .language-panel p {
		font-size: 1.4rem;
	}
	.container-table > tbody > tr > td {
		vertical-align: top;
	}
	.container-table.middle > tbody > tr > td {
		vertical-align: middle;
	}
	.container-table.bottom-xs > tbody > tr > td {
		vertical-align: bottom;
	}
	.into-card {
		width: 200px;
	}
	.section-h1 {
		font-size: 2rem;
	}
	#global-container .global-inner .logo {
		top: 10px;
		right: 10px;
	}
	.nav-fixed {
		position: fixed;
		background: #ffffff;
		width: 100%;
		height: 75px;
		right: 0px;
		top: 0px;
		border-bottom: solid 1px #eaeaea;
	}
	.scroller {
		width: Calc(100vw - 60px);
		overflow-x: auto;
		overflow-y: hidden;
	}
	.scroller > table {
		width: 1000px;
	}

	/*navigation*/
	.product-nav .main-head {
		display: block;
	}
	.inner-scroll {

	}
	.nav-close {
		display: block;
	}
	.amex-nav-open #global-container {
		margin-right: -280px;
	}
	.amex-nav-open .product-nav {
		left: 0px;
	}
	#global-container {
		transition: 1s;
	}
	.product-nav {
		transition: 1s;
	}
	.amex-nav-open .product-nav #burgerbar {
		opacity: 0;
	}
	#burgerbar {
		background-image: url(../img/icons/nav-1-xs.svg);
		width: 49px;
		height: 57px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 70%;
		position: absolute;
		right: -45px;
		top: 14px;
		cursor: pointer;
		border-radius: .2rem;
		font-weight: 400;
		font-size: 10px;
		text-align: center;
		color: #00175b;
		transition: .5s;
	}
	.product-nav {
		position: fixed;
		top: 0px;
		left: -280px;
		background-color: rgba(0,23,90,1);
		height: 100%;
		z-index: 100;
		max-width: 280px;
		width: 100%;
		font-size: .8rem;
	}
	.product-nav ul li {
		left: 0px;
	}
	.product-nav ul li .head[onclick] span {
		display: inline-block;
	}
	.product-nav ul {
		padding: 0px;
	}
	.product-nav ul li .head {
		background-color: transparent;
		border-bottom: solid 1px rgba(255,255,255,0.2);
		padding: 11px 55px 11px 15px;
		display: flex;
	}
	.product-nav ul li .head i {
		margin-left: 5px;
		text-align: center;
		margin-top: 2px;
		min-width: 35px;
		min-height: 20px;
		max-height: 20px;
		max-width: 35px;
	}
	.product-nav ul li .head img {
		width: 20px;
		height: 20px;
		margin-left: 7px;
	}
	.product-nav ul li:last-child .head {
		border-bottom: 0px;
	}
	.product-nav ul li .items {
		width: 100%;
		position: relative;
		transition: .45s;
		display: none;
	}
	.product-nav ul li.bottom .items {
		display: none;
	}
	.product-nav ul li .items > div {
		padding: 11px 15px 11px 17px;
		background-color: #162b69;
	}
	.product-nav ul li .items > div:hover {
		background-color: #162b69;
	}
	.product-nav ul li.open .items {
		display: block;
	}
	.product-nav ul li.bottom .items {
		bottom: 0px;
	}
	.product-nav ul li.open.dd.closing .items {
		display: none!important;
	}
	.product-nav ul li.open .items > div:last-child {
		border-bottom: 0px;
	}
	.product-nav ul li.open.closing {
		left: 0px!important;
	}
	.product-nav ul li.dd .head .arrow,
	.product-nav ul li.open.dd.closing .head .arrow {
		position: absolute;
		left: 20px;
		top: Calc(50% - 7.5px);
		width: 15px;
		height: 15px;
		background-image: url(../img/close_nav_sub.svg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.product-nav ul li.open.dd .head .arrow {
		background-image: url(../img/close_nav_sub_close.svg);
	}
	/*.ontop .product-nav {
		left: 0px;
	}*/
}

/*rtl*/
body, html {
	text-align: right;
	direction: rtl;
}
body {
	text-align: right;
	direction: rtl;
}
ul {
	text-align: right;
}
ul li {
	text-align: right;
}
.rtl .dropdown-toggle::after {
	margin-left: 0;
    margin-right: .255em;
}
.rtl .dropdown-item {
	direction: rtl;
	text-align: right;
}