html,body{
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

* {
    margin : 0;
    padding: 0;
}

body {
  font-weight             : 400;
  line-height             : 1.4em;
  text-rendering          : optimizeLegibility;
  font-size               : 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust    : 100%;
}

@font-face {
    font-family: neotech-bold;
    src: url(../fonts/NeoTech-Bold.ttf);
}

@font-face {
    font-family: neotech-normal;
    src: url(../fonts/NeoTech-Std.otf);
}

a{
  -webkit-transition: all 0.5s ease-out;
    -moz-transition   : all 0.5s ease-out;
    -ms-transition    : all 0.5s ease-out;
    -o-transition     : all 0.5s ease-out;
    transition        : all 0.5s ease-out;
}

ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

a:hover,
a:focus,
a:visited{
  text-decoration: none !important;
}

/*====== Hero Slider =====*/

.uae-slider-section{
  position: relative;
}

.uae-slider-section .uae-hero-slider{
  height: 550px;
}

.uae-hero-slider .slick-prev{
  left:30px !important;
  z-index:999;
}

.uae-hero-slider .slick-prev, 
.uae-hero-slider .slick-next {
    width: 40px !important;
    height: 40px !important;
    color: white !important;
   background: rgba(0,0,0,0.5) !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition   : all 0.3s ease-out;
    -ms-transition    : all 0.3s ease-out;
    -o-transition     : all 0.3s ease-out;
    transition        : all 0.3s ease-out;
}

.uae-hero-slider .slick-prev:hover, 
.uae-hero-slider .slick-next:hover{
  background:black;
}

.uae-hero-slider .slick-next:before{
  content:'\f105' !important;
    font-family: 'FontAwesome' !important;
  font-size: 32px !important;
}

.uae-hero-slider .slick-prev:before{
  content:'\f104' !important;
    font-family: 'FontAwesome' !important;
  font-size: 32px !important;
}

.uae-hero-slider .slick-next{
  right:30px;
}

.uae-hero-slider .uae-hero-slider-div{
  background-size: cover;
  background-position: right;
  height: 585px !important;
  padding-top: 25px;
  background-repeat: no-repeat;
}

.uae-hero-slider-div h2{
  color: white;
  font-family: neotech-normal;
      font-size: 36px;
    line-height: 48px;
    margin-bottom: 25px;
text-shadow: black 0px 0px 5px; 
}

.uae-hero-slider-div h3{
  color: #fdd519;
  font-family: neotech-normal;
      font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
text-shadow: black 0px 0px 5px; 
}

.uae-slider-content-box{
	margin-top:65px;
}


.uae-hero-slider-div a{
  background-color: #8ea926;
  color: white;
  display: inline-block;
  width: 100%;
  max-width: 200px;
  text-align: center;
     padding: 5px 0px;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    font-family: neotech-bold;
    border-radius: 4px;

}

.uae-hero-slider-div a:hover,
.uae-slider-form form .uae-slider-form-btn:hover,
.uae-modal-form form .uae-slider-form-btn:hover,
.uae-hero-slider-div a:focus{
    background-color: #557b06;
    color: white;
    border:0;
    outline: 0px;
    text-decoration: none;
}

.uae-hero-slider-div a small{
  display: block;
  font-size: 14px !important;
}

.uae-slider-section .uae-slider-form{
  position: absolute;
    width: 100%;
    max-width: 365px;
    height: auto;
    box-sizing: border-box;
    left: 25%;
    top: 70%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 18px 0 rgba(50,50,50,.15);
    box-shadow: 0 0 18px 0 rgba(50,50,50,.15);
    border-top: 20px solid #8ea926;
    border-bottom: 20px solid #f9b313;
    border-radius: 8px;
}

.uae-slider-form form{
  border-radius: 3px;
  padding: 15px 30px;
  background: #f5f5f5;
}

.uae-slider-form form .uae-slider-form-btn,
.uae-modal-form form .uae-slider-form-btn{
    width: 100%;
    text-align: center;
    color: white;
    background-color: #7b9615;
    border: 0;
    padding: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 20px;
    border-radius: 4px;
}

.uae-slider-form h4,
.uae-modal-form .modal-body h4{
    font-size: 20px;
    line-height: 30px;
    font-family: neotech-bold;
    color: #797473;
}

.uae-slider-form h4 span,
.uae-modal-form .modal-body h4 span{
    color: #799810;
}

.uae-slider-form small,
.uae-modal-form .modal-body small{
    color: #8ea926;
    font-family: neotech-normal;
    font-size: 12px;
}

.uae-slider-form label,
.uae-modal-form form label{
  font-size: 12px;
  font-weight: normal;
  color: #797473;
}

.uae-slider-form .form-control,
.uae-modal-form form .form-control {
    height: 40px;
    border: 1px solid #f9b313a6;
    border-radius: 0px;
}

.slick-dots li button:before{
  font-size: 17px !important;
}

.slick-dots li.slick-active button:before {
    color: #8ea926 !important;
}

.slick-dots {
  bottom: -120px !important;
}
/*===== Welcome Brilliant UAE =====*/

.uae-welcome-section{
  padding: 120px 60px 80px;
}

.uae-welcome-section h2{
    color: #000000a3;
    font-family: neotech-normal;
    font-size: 30px;
    line-height: 42px;
    font-weight: 600;
}

.uae-welcome-section h5{
    color: #7a9713;
    font-family: neotech-normal;
    font-size: 26px;
    line-height: 36px;
}

.uae-welcome-section .uae-welcome-box{
  text-align: center;
  margin-top: 50px;
  padding: 0px 25px;
}

.uae-welcome-box p{
  font-family: neotech-bold;
  font-size: 14px;
  line-height: 24px;
  margin:20px 0px;
}

.uae-welcome-box p span{
  color: #d0d853;
}

.uae-welcome-box p span::first-letter {
  color: #f59f0e;
}


/*==== Etisalat eLife ====*/

.uae-etisalat-elife-section{
  width: 100%;
  display: table;
}

.uae-etisalat-elife-section .uae-etisalat-elife-content{
  display: table-cell;
  vertical-align: middle;
  width: 45%;
  background-color: #ededed;
  padding: 0px 35px 0px 75px;
  font-family: neotech-normal;
}

.uae-etisalat-elife-content h2{
    color: #484848;
    font-size: 32px;
    line-height: 50px;
}

.uae-etisalat-elife-content h2 span{
  display: block;
  color: #7a9713;
}

.uae-etisalat-elife-content ul{
  margin: 30px 0px 40px;
}

.uae-etisalat-elife-content ul li{
  position: relative;
  margin: 10px 0px;
  padding: 0px 30px;
  color: #484848;
  font-size: 16px;
  line-height: 30px;
}

.uae-etisalat-elife-content ul li:before{
  position: absolute;
  content: '\f058';
  width: 5px;
  height: 5px;
  top: 0px;
  left: 0px;
  font-family: 'FontAwesome';
  color: #7a9414;
  font-size: 18px;
}

.uae-etisalat-elife-content small{
    font-size: 20px;
}

.uae-etisalat-elife-content .uae-offer-btn{
    color: black;
    border: 1px solid #7a9414;
    padding: 10px 0px;
    width: 100%;
    display: inline-block;
    text-align: center;
    max-width: 290px;
    font-size: 19px;
    letter-spacing: 1px;
    border-radius: 4px;
}

.uae-etisalat-elife-content .uae-offer-btn:hover{
  text-decoration: none;
  background-color: #7a9414;
  color: white;
}

.uae-etisalat-elife-content .uae-call-btn{
    color: white;
    padding: 10px;
    background-color: #7a9414;
    width: 100%;
    display: inline-block;
    text-align: center;
    max-width: 135px;
    font-size: 19px;
    letter-spacing: 1px;
    border-radius: 4px;
    float: right;
    border: 1px solid #7a9414;
}

.uae-etisalat-elife-content .uae-call-btn:hover{
  background-color: transparent;
  border: 1px solid #7a9414;
  color: black;
  text-decoration: none;
}


.uae-etisalat-elife-section .uae-etisalat-elife-img{
  display: table-cell;
  vertical-align: middle;
  width: 55%;
}

.uae-etisalat-elife-img img{
  width: 100%;
}

/*==== Plans Section ====*/

.uae-plans-section{
  padding: 70px 0px;
}

.uae-plan-headings{
  font-size: 26px;
  line-height: 36px;
  font-family: neotech-normal;
  margin-bottom: 25px;
}

.uae-choose-plan-box{
    border-radius: 8px;
    margin: 10px 0px;
    padding: 30px 20px;
    height: 695px;
    background-size: 117%;
    background-image: url(https://brillantuae.com/wp-content/uploads/2020/05/Layer-10.png);
    background-repeat: no-repeat;
    width: 100%;
    font-family: neotech-normal;
    background-position: center;
}

.uae-choose-plan-box h6{
  color: #ffffffd1;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
}

.uae-choose-plan-box h4{
    font-size: 36px;
    margin-top: 25px;
    color: #fbd51a;
}

.uae-choose-plan-box h4 span{
    display: block;
    font-size: 26px;
    font-weight: lighter;
}
.uae-choose-plan-box ul{
  margin: 25px 0px 
}

.uae-choose-plan-box  ul li p{
  font-size: 17px;
  line-height: 20px;
  color: #fbd51a;
}

.uae-choose-plan-box small{
    display: block;
    font-size: 10px;
    color: #fbd51a;
}

.uae-plans-section .tab-content{
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 25px 0px;
  max-width: 920px;
}

.uae-plans-section .nav-tabs li a{
    font-size: 22px;
    line-height: 32px;
    padding: 15px 30px;
    border: 1px solid #999;
    border-radius: 8px 8px 0 0;
    color: #999;
}

.uae-plans-section  .nav-tabs li.active a {
    border: 2px solid #7a9414 !important;
    border-bottom-color: transparent !important;
    color: #7a9414 !important;
}

.uae-plans-section .nav-tabs {
    border-bottom: 2px solid #7a9414;
}

.uae-plans-section .nav-tabs>li{
    margin: 0px 15px -2px 15px;
}

.uae-plans-section .nav-tabs>li:first-child{
    margin-left: 110px;
}

.uae-plan-card{
  border-radius: 8px;
  margin: 10px 0px;
  min-height: 650px;
}

.uae-normal-card .uae-plan-card{
    border: 1px solid #739e19;
}

.uae-discounted-card .uae-plan-card{
    border: 1px solid #ff8000;
}

.uae-plan-card .uae-plan-card-thumbnail img{
  width: 100%;
  border-top-left-radius: 6px;
  display: block;
  border-top-right-radius: 6px;
}

.uae-plan-card .uae-plan-card-content{
  padding: 0px 15px 8px;
}

.uae-plan-card-content h4{
    font-size: 20px;
    line-height: 22px;
    color: #000000cf;
    margin-bottom: 20px;
    border-bottom: 1px solid #00000017;
    padding-bottom: 17px;
    font-family: neotech-normal;
}

.uae-plan-card-content h4 span{
    display: block;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000000b0;
    letter-spacing: 1px;
  text-transform:uppercase;
}

.uae-plan-card-mbps h6{
  font-size: 12px;
  color: #777;
  margin-top: 10px;
  font-family: 'Lato', sans-serif;
}

.uae-plan-card-mbps p{
  display: inline-flex;
  font-size: 22px;
  position: relative;
font-family: 'Lato', sans-serif;
  margin-bottom: 0px;
}

.uae-plan-card-mbps p font{
    position: absolute;
    font-size: 10px;
    bottom: -7px;
    left: -5px;
    color: #777;
}

.uae-plan-card-mbps img{
  width: 33px;
  height: auto;
}

.uae-plan-card-mbps ol li{
  display: inline-block;
  margin: 0px 3px;
}

.uae-plan-card-content ul{
  margin-top: 20px;
	min-height:125px;
}

.uae-plan-card-content ul li{
  font-size: 13px;
  color: #777;
  margin: 7px 0px;
  font-family: 'Lato', sans-serif;
  line-height: 23px;
}

.uae-plan-card-content ul li a,
.uae-mobile-plan-card-body a{
  text-transform: uppercase;
  color: #739e19;
  letter-spacing: 1px;
	font-family: 'Lato', sans-serif;
}

.uae-plan-card-content ul li a:hover,
.uae-mobile-plan-card-body a:hover{
	color:#ff8000;
}
.uae-plan-card-content ul li a i{
  color: #739e19;
  padding-right: 8px;
}

.uae-mobile-plan-card-body a i{
  color: #739e19;
  padding-left: 8px;
}

.uae-plan-channel-logo{
  height: 35px;
  min-height: 35px;
  border-bottom: 1px solid #00000017;
}

.uae-plan-channel-logo img{
  display: block;
  margin: 10px auto 0px;
}

.uae-plan-price h3 {
  font-size: 24px;
  font-family: neotech-normal;
  position: relative;
  margin:10px 0px;
}

.uae-plan-price h3 span{
    position: absolute;
    bottom: -4px;
    font-size: 10px;
    letter-spacing: 1px;
    margin-left: 5px;
}

.uae-discounted-card .uae-plan-price h3,
.uae-mobile-plan-card-body .uae-plan-price h3{
    color: #ff8000;
}

.uae-normal-card .uae-plan-price h3,
.no-limited .uae-mobile-plan-card-body .uae-plan-price h3{
    color: #739e19;
}

.uae-plan-price p{
  font-size: 10px;
  color: #777;
  font-family: 'Lato', sans-serif;
}

.uae-plan-price p span{
  background-color: #ff8000;
    color: white;
    padding: 3px 10px;
    border-radius: 15px;
    margin-right: 7px;
    letter-spacing: 1px;
}

.uae-plan-price span font{
  text-decoration: line-through;
}

.uae-discounted-card small{
    color: #ff8000;
    background: #ff800038;
    display: block;
    width: 100%;
    padding: 8px 15px;
  font-family: 'Lato', sans-serif;
}

.uae-normal-card small,
.uae-mobile-plan-card-footer small{
    color: #739e19;
    background: #739e193b;
    display: block;
    width: 100%;
    padding: 8px 15px;
	font-family: 'Lato', sans-serif;
}

.uae-plan-card .uae-book-btn,
.uae-mobile-plan-card-footer .uae-book-btn{
  color: white;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  padding: 10px;
  border-bottom-left-radius: 6px;
  display: block;
  border-bottom-right-radius: 6px;
  letter-spacing: 2px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  border: 0px;
}

.uae-plan-card .uae-book-btn:hover, 
.uae-mobile-plan-card-footer .uae-book-btn:hover{
    background-color: #557b06;
}

.uae-discounted-card .uae-book-btn,
.uae-mobile-plan-card-footer .uae-book-btn{
    background-color: #ff8000;
}

.uae-normal-card .uae-book-btn,
.no-limited .uae-mobile-plan-card-footer .uae-book-btn{
    background-color: #739e19;
}

.uae-moblie-plan-card{
    border-radius: 8px;
    min-height: 685px;
    margin: 10px 0px;
    -webkit-box-shadow: 0 0 18px 0 rgba(50,50,50,.15);
    box-shadow: 0 0 18px 0 rgba(50,50,50,.15);
}

.uae-mobile-plan-card-header{
    width: 100%;
    position: relative;
    height: 160px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    padding: 0px 15px;
    font-family: neotech-normal;
    background-size: cover;
    background-position: center;
}

.uae-mobile-plan-card-header p{
    background-color: #ff8000;
    margin: 0px;
    text-transform: uppercase;
    padding: 5px 14px;
    color: white;
    position: absolute;
    left: 15px;
    height: 25px;
    line-height: 16px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 10px;
    letter-spacing: 1px;
}

.no-limited .uae-mobile-plan-card-header p,
.uae-normal-card .uae-plan-price p span{
    display: none !important;
}

.uae-mobile-plan-card-header h4{
    position: absolute;
    bottom: 0;
    color: white;
    font-size: 26px;
    font-weight: 300;
    line-height: 36px;
}

.uae-mobile-plan-card-header small{
    display: block;
    color: white;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.uae-mobile-plan-card-body{
    padding: 15px;
}

.uae-mobile-plan-card-body ul{
    margin-bottom: 20px;
    min-height: 280px;
    border-bottom: 1px solid #00000017;
}

.uae-mobile-plan-card-body ul li{
	margin: 5px 0px;
    font-size: 14px;
    color: #777;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
}

.uae-mobile-plan-card-body ul li strong{
    color: #000000c4;
    font-size: 16px;
}

.uae-mobile-plan-card-body ul li strong span{
    text-decoration: line-through;
}

.uae-mobile-plan-card-body ul li p{
    font-size: 12px;
    line-height: 24px;
    margin: 8px 0px;
	 font-family: 'Lato', sans-serif;
}

.uae-mobile-plan-card-body ul li small{
    color: #000000c4;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
}

.uae-mobile-plan-card-body img{
    display: block;
    margin: 15px 0px;
}

.uae-show-terms{
    margin:60px 0px;
}

.uae-show-terms h4,
.panel-default>.panel-heading{
    font-size: 18px;
    line-height: 28px;
    color: black !important;
    font-family: neotech-normal;
}

.panel-title{
    font-size: 18px !important;
    line-height:28px !important;
}

.panel-title u{
    color: #739e19 !important;
}

.uae-terms-condition h5{
    margin-top: 25px;
    font-weight: 600;
}

.uae-terms-condition ul{
    list-style: inside;
}

.uae-terms-condition ul li ul{
    padding: 0px 30px;
    list-style: lower-alpha;
}

.uae-terms-condition p,
.uae-terms-condition ul li{
    font-size: 14px;
    line-height: 24px;
    margin:5px 0px;
}

.uae-arabic-terms{
  text-align: right;
}

.uae-arabic-terms h5{
  font-size: 18px;
  line-height: 36px;
  font-weight: 800;
}

.uae-arabic-terms p,
.uae-arabic-terms ul li{
    font-size: 14px;
  line-height: 26px;
  margin:5px 0px;
}

/*===== Check Availibility =====*/

.uae-application{
  background-color: #223b4f;
  position: relative;
  height: auto;
}

.uae-application-row{
  display: table;
  width: 100%;
}

.uae-application-content-box{
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: center;
  padding: 95px;
}

.uae-application p{
  font-size: 24px;
  color: #fdcc16;
  line-height: 34px;
   font-family: neotech-normal;
   margin-bottom: 20px;
}

.uae-application a{
display: inline-block;
    width: 100%;
    padding: 6px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    border: 1px solid white;
    background-color: transparent;
    color: white !important;
    max-width: 263px;
    letter-spacing: 1px;
       font-family: neotech-normal;
}

.uae-application a:hover{
  text-decoration: none;
}

.uae-application-img-box{
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.uae-application-img-box img{
    max-width: 583px;
    width: 100%;
    height: auto;
    position: absolute;
    box-sizing: border-box;
    right: 0%;
    top: 41%;
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}



/*==== Modal Form ====*/

.uae-modal-form .modal-dialog{
  width: 500px !important;
}

.uae-modal-form  .modal-body {
    padding: 25px 35px;
}

/*==== Contact Form 7 ====*/

span.wpcf7-not-valid-tip {
    font-size: 10px !important;
    margin-top: 3px;
}

div.wpcf7-response-output {
    margin: 0 !important;
    padding: 5px !important;
    font-size: 12px !important;
    text-align: center !important;
}

/*==== Inner Page Header ====*/

.uae-inner-page-header{
  padding:60px 0px;
  background-color:#223b4f;
}

.uae-inner-page-header h1{
   color: white;
  font-family: neotech-normal;

}

.panel-default>.panel-heading {
  color: #333;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent !important;
  border-color: none !important;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
   color: #739e19;
  font-weight: 400;
  line-height: 1;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\f106 ";
   font-family: 'FontAwesome';
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\f107";
   font-family: 'FontAwesome';
}

.panel-default {
    border-color: transparent !important;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group, 
.panel-group .panel-heading+.panel-collapse>.panel-body{
      border-top: 0px solid #ddd !important;
}

.panel{
  -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05); 
   box-shadow: 0 0px 0px rgba(0,0,0,.05);
}

/*==== Back To Top Button ====*/

#top_button {
  display: inline-block;
  background-color: #ff8000;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom:7px;
  right: 20px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#top_button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#top_button:hover {
  cursor: pointer;
  background-color: #7a9414;
}

#top_button:active {
  background-color: #7a9414;
}

#top_button.show {
  opacity: 1;
  visibility: visible;
}


@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #top_button {
    margin: 30px;
  }
}
