/************************************************************************************
/ General Styles
*************************************************************************************/

/*Absolute postioning in the center*/
html,body{
height: 100%;}
.centered-axis-xy {
  position: absolute;
  left: 50%;
  top: 50%;

-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);


 }

img {
  width: 100%; }

ul {
  list-style: none; }

.left {
  float: left; }

.text-left {
  text-align: left; }

.offset-left-10px {
  margin-left: 20px; }

.right {
  float: right; }

.arabic {
  font-family: "Droid Arabic Kufi", sans-serif;
  font-size: 12px;
  text-align: right;
  padding-right: 15px; }

.service-logo h1.arabic {
  font-family: "Droid Arabic Kufi", sans-serif;
  font-size: 14px;
  line-height: 2; }
  
.service-logo {
	width: calc(100% - 50px);
}

.service-logo div {
	float: left;
}
ul li {
  width: 100%; }

body {
  position: relative;
  overflow: hidden;

  font-family: "Ubuntu", sans-serif;
  font-size: 14px; }

footer {
  height: 70px;
  font-size: 10px;
  color: #969696;
  background: #fff;
  position: relative;
font-family: "Ubuntu", sans-serif;
  text-align: center; }

.copyright  {
color: #E5322C;padding:2px;
font-size: 12px;
text-transform: capitalize;
text-align: center;}

.footer-wrapper {
  padding: 18px;
  line-height: 1.5; }

.clearfooter {
  height: 70px;
  clear: both; }

.bullet-circle {
  list-style: circle;
  list-style-position: inside; }

.spinner {
  position: absolute;
  z-index: 2000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.sticky-top {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 3000; }
/************************************************************************************
/ Header Styles
*************************************************************************************/
.main-nav {
  width: 100%; }

.ooredoo-logo {
  //margin: 0px auto;
  //margin-left: 20px; }

footer .ooredoo-logo {
  margin: 0px auto; }
.ooredoo-logo-img { 
  display: block;
  padding:5px 0px;
  max-width: 100px;
  margin: 0 auto;}

.service-logo h1 {
  text-align: center;
  font-family: "Cookie", sans-serif;
  font-size: 26px; }

.logo-text {
  height: 50px;
  width: calc(100% - 50px);
  padding: 10px;
  //serwidth: calc(100% - 50px); }

.logo-text img {
  width: 100%;
  height: 100%; }

.logo-img {
	float: left;
	width:50px;
	height:50px; 
	padding: 5px;}

.logo-img img {
  width: 100%;
  height: 100%; }

.main-nav-wrapper a {
  color: #fff; }

.main-nav ul:first-child li {
  padding: 0px 3% 0 0; }

.main-nav ul:nth-child(2) div, .main-nav ul:nth-child(2) h2 {
  height: 100%; }

.main-nav ul:nth-child(2) h2 {
  text-align: left; }

.main-nav ul:nth-child(2) .logo-img {
  //max-width: 50px;
  cursor: pointer; }

.status-toolbar {
  width: 100%;
  //height: 30px;
  padding: 8px 0px;
  background: whitesmoke;
  color: #969696; }

.menu-toolbar {
  height: 50px;
  background: #fff;
  color: #04C2ED;
  box-shadow: 0px 1px 1px #ebebeb; }

.menu-toolbar li {
  height: 100%; 
  float:left;}


.main-container {
  width: 100%;
  overflow-x: hidden;
overflow-y:scroll;
-webkit-overflow-scrolling: touch; 
  min-height: calc(100% - 150px);
  margin-bottom: -70px;
  position: relative; }

a.lang {
  display: block;
  text-transform: capitalize;
  text-align: right;
  color: #969696; }

.no-recent {
  width: 90%;
  margin: 20px auto;
  text-align: center; }

.official-links {
width: 90%;
max-width: 400px;
margin: 20px auto;
background: white;
height: 80px;
}

.official-links a {
display:block;
height: 100%;
width:50%;
float:right;
text-align: center;
position: relative;
color: #04C2ED;
}

.official-links a:first-child{
border-left: 2px solid #eee;
}

.official-links a p {
padding: 7px;

}
.official-links a div{
position: absolute;
width: 80%;
top:50%;
left:50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);


}

/************************************************************************************
/ Toggle Categories Styles
*************************************************************************************/
.toggle-menu {
  box-shadow: 0px 1px 1px #d2d2d2;
  
  background: #04C2ED; }

.toggle-menu li {
  height: 100%;
  color: #fff;
  
  background: #04C2ED; }

a.toggle-btn {
  display:block;
  height: 100%;
  padding: 14px 0px;
  background: #04C2ED;
  /* add sass variable */
  text-align: center;
  /* add sass variable */
  position: relative;
  color: #00879C; }

a.toggle-btn.active {
  color: #fff; }

a.toggle-btn::before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #fff;
  opacity: 0; }

a.toggle-btn.active::before {
  opacity: 1;
  -webkit-transition: opacity .5s; 
  -ms-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;}

li:last-child a.toggle-btn {
  border-right: none; }

.toggle-result {
  width: 100%;
  overflow-x: hidden; }

/* toggle timeline */
.timeline-toggle {
  width: 80%;
  margin: 20px auto 0px; }

.xs-toggle-btn {
  display: block;
  border-radius: 3px;
  background: #04C2ED;
  color: #fff;
  padding: 8px;
  text-align: center;
  margin: 0px auto 30px;
  width: 90%;
  max-width: 400px;
  box-shadow: 1px 1px 1px #d2d2d2, -1px -1px 1px #f0f0f0; }

.xs-toggle-btn.active {
  border: 1px solid #04C2ED; }

/* Burger Menu Styles -------------------*/
/*general */
.menu-wrapper {display:none;}
.menu-wrapper,.categories-wrapper {
  width: 200px;
  height: 100%;}

.categories-wrapper {
  position: relative;
  /*margin-bottom: -60px; */
  min-height: 100%;
}

.burger-menu-btn {
  height: 50px;
  width:50px;
  padding: 18px 0px;
  text-align: center;
  vertical-align:center;
  cursor: pointer; }

.hide-overflow {
  overflow-x: hidden; }

.menu-container {
  background: #fff;
  min-height: 100%;
  position: fixed;
  overflow-y: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0; }

.site-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  background: whitesmoke;
  transition: left 0.3s;
  overflow-x: hidden;
overflow-y:scroll;
-webkit-overflow-scrolling: touch; }

.menu-open {
  left: 200px;
  -webkit-transition: left 0.3s;
  -ms-transition: left 0.3s;
  -moz-transition: left 0.3s;
  transition: left 0.3s; }

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2); }

.stop-scrolling {
  overflow: hidden; }

/* account link */
.account-summary {
  display: block;
  padding: 15px 8% 10px;
  background: #fff;
  color: #00879C;
  border-bottom: 1px solid #fafafa; }
  
 
span.fa-cog, span.fa-user {
  margin-left: 30px; }

.account-summary h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: bold; }

.account-summary hgroup h2 {
  margin-bottom: 3px;
  font-size: 13px; }

.menu-categories {
  width: 200px;
  //padding: 20px 0px;
  }

div.clear-bottom {

  clear: both;
  //height: 10px; }

.menu-categories li {
  //height: 40px;
  padding: 8%;
  width: 100%; }

.menu-categories li a {
  //padding-left: 8%;
  height: 100%; }

.menu-categories li span {
  display: inline-block;
  margin-left: 18px; }

.menu-categories li p {
  font-size: 14px; }

/* social media */
.social-media-wrapper {
  background: #c4c4c4;
  width: 200px;
  margin: 0 auto;
  font-size: 18px;
  position: absolute;
  bottom: 0px;
}
