/* @font-face {
	font-family: 'GE SS Two';
	font-weight: 400;
	font-style: normal;
	src: url('../fonts/ge_ss_two_medium.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'GE SS Two';
	font-weight: 700;
	font-style: normal;
	src: url('../fonts/ge_ss_two_bold.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'GE SS Two';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/ge_ss_two_light.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: suiss;
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/SuisseIntl-Ultralight.ttf') format('truetype');
}
@font-face {
	font-family: suiss;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/SuisseIntl-Thin.ttf') format('truetype');
}
@font-face {
	font-family: suiss;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/SuisseIntl-Light.ttf') format('truetype');
}
@font-face {
	font-family: suiss;
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/SuisseIntl-Regular.ttf') format('truetype');
}
@font-face {
	font-family: suiss;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/SuisseIntl-Medium.ttf') format('truetype');
}
@font-face {
	font-family: suiss;
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/SuisseIntl-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: suiss;
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/SuisseIntl-Bold.ttf') format('truetype');
}
@font-face {
	font-family: suiss;
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/SuisseIntl-Black.ttf') format('truetype');
} */
* {
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	overflow-x: hidden !important;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
ol, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 16px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: suiss, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #232323;
	background-color: #fff;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
[role="button"] {
	cursor: pointer;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 768px) {
	.container {
		width: 768px;
   }
}
@media (min-width: 992px) {
	.container {
		width: 992px;
   }
}
@media (min-width: 1440px) {
	.container {
		width: 1440px;
   }
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	padding-right: 0;
}
.hidden {
	display: none !important;
}
.clear {
	clear: both !important;
}
@media (min-width: 425px) and (max-width: 767px) {
	.container {
		max-width: 748px;
   }
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center !important;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.bg-sand-white-filler {
	background-color: #F0F0EA;
}
@media (min-width: 992px) {
	.divColm1 {
		float: left;
		width: 40%;
   }
	.divColm2, .divColm3 {
		float: left;
		width: 25%;
   }
}
@media (min-width: 992px) {
	.hidden-dtop {
		display: none !important;
   }
}
@media (max-width: 992px) {
	.hidden-mob {
		display: none !important;
   }
	.collapseSec {
		display: none;
   }
	.collapseSec.in {
		display: block;
   }
}
/*CONTENT STYLING START*/
.secSrn {
	width: 100%;
	height: 100vh;
	text-align: center;
	color: #fff;
	position: relative;
}
.section {
	text-align: center;
}
div.cover {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
img.cover, video.cover {
	position: absolute;
	left: -9999px;
	right: -9999px;
	top: -9999px;
	bottom: -9999px;
	margin: auto;
	min-width: 100%;
	min-height: 100%;
}
.textLayer {
   /*width: 660px;
   */
	width: 80%;
	position: absolute;
	bottom: 3rem;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
}
.textLayer h2 {
	font-weight: 600;
	font-size: 56px;
	line-height: 64px;
	letter-spacing: -0.02em;
	color: #E00800;
	margin: 0;
	padding: 0;
}
.textLayer h3 {
	font-weight: 600;
	font-size: 56px;
	line-height: 64px;
	letter-spacing: -0.02em;
	margin: 0;
	padding: 0;
}
.textLayer h4 {
	font-weight: 500;
	font-size: 32px;
	line-height: 56px;
	letter-spacing: -0.02em;
	margin: 0;
	padding: 0;
}
.textLayer h5 {
	font-weight: 400;
	font-size: 1rem;
	line-height: 24px;
	letter-spacing: 0;
	margin: 1.5rem 0;
	padding: 0;
}
.textLayer h3 img, .textLayer h3 svg {
	vertical-align: text-top;
}
.videoSection {
	border-radius: 0.5rem;
	overflow: hidden;
	width: 704px;
	height: 396px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
}
.pagCounte {
	padding: 12px 12px;
	width: 76px;
	height: 40px;
	background: rgba(0, 0, 0, 0.3);
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	margin-top: 0.75rem;
	display: inline-block;
	letter-spacing: 5px;
}
.pagCounte .grayfade {
	color: #9D9D9D;
}
.textLayer.twoColm .pagCounte {
	position: absolute;
	left: 0;
	top: 190px;
}
.secNext {
	position: fixed;
	width: 80px;
	height: 80px;
	bottom: 2rem;
	background: rgba(0, 0, 0, 0.4);
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 24px;
	right: 1.5rem;
	text-align: center;
	padding: 25px 29px;
	z-index: 999999999;
	-webkit-animation: bounce 3s infinite alternate;
	-moz-animation: bounce 3s infinite alternate;
	animation: bounce 3s infinite alternate;
}

@-webkit-keyframes bounce {
	to { -webkit-transform: scale(1.1); }
  }
  @-moz-keyframes bounce {
	to { -moz-transform: scale(1.1); }
  }
  @keyframes bounce {
	to { transform: scale(1.1); }
  }
  
.arrow-down {
	position: fixed;
	bottom: 23px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 24px;
	height: 20px;
	cursor: pointer;
	animation: bounce 3s infinite;
	transition: opacity 1.3s ease;
	opacity: 1;
}
button {
	color:#fff;
	text-align: center;
	padding: 14px 32px;
	width: 180px;
	height: 48px;
	background: #E00800;
	border-radius: .25rem;
	border: none;
	margin: 1rem auto;
}
button:hover {
	background: rgb(150 0 0);
}
.textLayer.twoColm {
	top: auto;
	margin-top: 140px;
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
}
.twoColmCont {
	display: flex;
	color: #fff;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.twoColmCont .pagCounte {
	
	top: 12rem;
	left: 0;
}
.twoColmCont .twoColm {
	width: 100%;
}
.twoColmCont .twoColm h2 {
	font-weight: 600;
	font-size: 48px;
	line-height: 56px;
	letter-spacing: -0.02em;
}
.twoColmCont .twoColm h5 {
	font-weight: 400;
	font-size: 1rem;
	line-height: 24px;
	letter-spacing: -0.02em;
}
.faqSection {
	text-align: left;
	font-size: 14px;
}
.faqSection dt {
	font-size: 1rem;
	border-top: 1px solid rgba(255, 255, 255, .3);
	padding: 0.8rem 0;
}
.faqSection dt:first-child {
	border-top: none;
}
.faqSection dt.active {
	border-bottom: none;
}
.faqSection dd {
	padding-bottom: 1.5rem;
}
.switchAction {
	float: right;
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	width: 1.5rem;
	height: 1.5rem;
	text-align: center;
	line-height: 24px;
}
.switchAction .plus {
	background: url('https://www.etisalat.ae/content/dam/etisalat/gitex/stockmages/plus.svg') no-repeat;
	background-size: 12px;
	width: 12px;
	height: 12px;
	display: inline-block;
}
.switchAction .minus {
	background: url('https://www.etisalat.ae/content/dam/etisalat/gitex/stockmages/minus.svg') no-repeat;
	background-size: 12px;
	width: 12px;
	height: 12px;
	display: inline-block;
}
.tWrapper {
	display: flex;
	margin: 1rem 0;
}
.tItem {
	width: 296px;
	height: 284px !important;
	background: rgba(0,0,0,0.4);
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 24px;
	
	text-align: left;
	padding: 1.5rem;
}
.tItem h5 {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 .5rem 0;
}
.tItem p {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
/*PAGE ANIMATION START*/
.inc-mt-auto {
	margin-top: auto;
}
@media (max-width: 1023px) {
	.inc-d-none-mobile {
		display: none;
   }
}
.fp-section .inner-slide {
	transform: scale(0.9);
}
.fp-section.active .inner-slide {
	transform: scale(1);
}
.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.fp-scrollable, .fp-scroller {
	
}
.fp-scrollable {
	
}
.fp-scrollable, .fp-scroller {
	
}
.inc-inner-slide {
	font-family: @font-suiss;
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	position: relative;
	height: 100%;
	display: flex;
	background-size: cover;
}
.inc-inner-slide:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #FFF;
	z-index: 0;
}
.inc-inner-slide {
	transition: all .8s ease-in-out;
}
.only-rtl {
	display: none !important;
}
@media (max-width: 1023px) {
	.inc-e-char.inside {
		visibility: visible;
   }
	.inc-e-char.outside {
		display: none !important;
   }
}
.inc-slider-container {
	width: 100%;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 80px;
	z-index: 1;
	overflow: hidden;
	margin-top: 20vmin;
}
.inc-slide-row {
	display: flex;
	flex-wrap: wrap;
}
.inc-slide-col-auto {
	flex: 0 0 auto;
	width: auto;
}
.inc-slide-col {
	flex: 1 0 0%;
}
.inc-sub-title {
	font-size: 4vmin;
	line-height: 5.6vmin;
	color: #E00800;
	font-weight: 600;
}
@media (max-width: 1023px) {
	.inc-sub-title {
		font-size: 28px;
		line-height: 56px;
   }
}
.animation_left.moved, .animation_right.moved {
	opacity: 1;
	transform: translate(0, 0);
}
@media (min-width: 1024px) {
	
	.inc-inner-slide {
		transition: all .4s ease-in-out;
   }
	.inc-inner-slide.scaleOut {
		transform: scale(0.95);
   }
	.inc-inner-slide.scaleIn {
		transform: scale(1);
   }
	.animation_right {
		opacity: 0;
		transition: all 1s ease-out;
		transform: translate(-60px, 0);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
   }
	.animation_left {
		opacity: 0;
		transition: all 1s ease-out;
		transform: translate(60px, 0);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
   }
}
.inc--btn {
	img {
		min-height: auto;
   }
}
/*PAGE ANIMATION END*/
.swiper-wrap-cont .swiper {
	width: 100%;
	height: 100%;
}
.swiper-wrap-cont {
	display: flex;
}
.swiper-wrap-cont .swiper-container {
	flex: 1;
	min-width: 0;
}
.textMaxwidth {
	width: 660px;
	margin: auto;
}
.displayBlock {
	display: block !important;
}
@media (min-width: 1025px) {
	.tWrapper {
		justify-content: center;
   }
}
dd, dl {
	margin: 0;
}
/*MOBILE and TAB*/
@media (max-width: 992px) {
	.textLayer h2, .textLayer h3 {
		font-size: 2.5rem;
		line-height: 3rem;
   }
	.textLayer h4 {
		font-size: 1rem;
		line-height: 1.5rem;
		font-weight: normal;
   }
	.secNext {
		display: none !important;
   }
	.twoColmCont {
		height: 66vh;
   }
	.twoColm:nth-child(2) {
		height: 70%;
		overflow-y: auto;
   }
	.eandLogoFaq {
		height: 32px;
		display: block;
   }
	.twoColmCont .twoColm h2 {
		font-size: 40px;
		line-height: 48px;
   }
	.twoColmCont .twoColm h5 {
		font-size: 14px;
		line-height: 20px;
   }
	.twoColmCont {
		width: 90%;
   }
	.faqSection dl {
		font-size: 14px;
   }
	.faqSection dd {
		line-height: 1.5;
   }
	.textLayer h5 {
		font-size: 14px;
		line-height: 20px;
   }
	.videoSection {
		width: 100%;
		height: 200px;
   }
	.textLayer {
		width: 90%;
		position: absolute;
		bottom: 3rem;
		left: 0;
		right: 0;
		margin: auto;
		color: #fff;
		text-align: left;
   }
	button {
		width: 100%;
   }
	.textMaxwidth {
		width: 100%;
   }
}
/* MOBILE ONLY*/
@media (max-width: 767px) {
	.pagCounte {
		display: none;
	}
	.twoColmCont {
		display: block;
   }
	.twoColmCont .pagCounte {
		top: auto;
		bottom: -5rem;
   }
}
/* * ARABIC RTL support */
*[lang="ar"] *[dir="rtl"] .text-left {
	text-align: right;
}
*[lang="ar"] *[dir="rtl"] .twoColmCont .pagCounte {
	left: auto;
	right: 0;
}
*[lang="ar"] *[dir="rtl"] .switchAction {
	float: left;
}
*[lang="ar"] *[dir="rtl"] .faqSection {
	text-align: right;
}
*[lang="ar"] *[dir="rtl"] .secNext {
	right: auto;
	left: 1.5rem;
}
[lang="ar"] *[dir="rtl"] .tItem {
	text-align: right;
}
*[lang="ar"] body {
	font-family: 'GE SS Two', Arial, sans-serif !important;
}
@media (min-width: 992px) {
	*[lang="ar"] *[dir="rtl"] .divColm1, *[lang="ar"] *[dir="rtl"] .divColm2, *[lang="ar"] *[dir="rtl"] .divColm3 {
		float: right;
   }
}
@media (max-width: 991px) {
	*[lang="ar"] *[dir="rtl"] .textLayer {
		text-align: right;
   }

   
}

*[lang="ar"] *[dir="rtl"] .tItem {
	height: 290px;
   }

dl.faqSection .faqanswer ul  {
   margin-left:15px;
	list-style:auto; 
   padding:inherit;
   list-style-type: square;
   
}
.animate__animated.animate__fadeInDown {
	--animate-duration: 1.5s;
  }