/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*============================================End of Normalize CSS============================================*/

/*============================================Applying custom col/row padding============================================*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    padding-left: 10px!important;
    padding-right: 10px!important;
    float: right;
}
.row{
    padding-left: -10px!important;
    padding-right: -10px!important;
}
.container{
    padding-right: 10px!important;
    padding-left: 10px!important;
}
.container-fluid {
    padding-right: 10px!important;
    padding-left: 10px!important;
}
/*============================================Base structure CSS============================================*/
.container{
    direction: rtl;
}
.container-fluid{
    direction: ltr;
}
/*============================================Applying Fonts============================================*/
/*============================================English Font============================================*/
@font-face {
    font-family: 'VodafoneRg';
    src: url('../fonts/VodafoneRg.ttf'),
    url('../fonts/VodafoneRg.woff') format('woff');
}
/*============================================Arabic Font============================================*/
@font-face {
    font-family: 'VodafoneArLt';
    src: url('../fonts/VodafoneArLt.ttf'),
    url('../fonts/VodafoneArLt.woff') format('woff');
}
body {
    font: 400 14px/1.3 "tahoma", sans-serif;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
/*============================================Base features============================================*/
.center{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/*============================================All Heading styling============================================*/
h1,
.h1 {
    font: 45px "tahoma";
    margin: 10px 0;
}
h2,
.h2 {
    font: 30px "tahoma";
    margin: 10px 0;
    direction: rtl;
}
h3,
.h3 {
    font-size: 20px;
    margin: 10px 0;
    direction: rtl;
    font-family: tahoma;
}

h4,
.h4 {
    font-size: 18px;
    margin: 10px 0;
    font-family: tahoma;
    text-align: right;
    direction: rtl;
    color: #333;
}

h5,
.h5 {
    font-size: 14px;
    margin: 10px 0;
    font-family: tahoma;
}

h6,
.h6 {
    font-size: 12px;
    margin: 10px 0;
}
.vf-red-span{
    color: #e60000;
}
/*============================================Styling Alerts============================================*/
.alert .alert-icon, input[type="checkbox"] + label span, input[type="radio"] + label span, .progress-bar_ruler {
    background-image: url("../img/icons.png");
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #333;
}
.alert .alert-icon {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
    cursor: pointer;
    color: #333;
}
.alert .alert-content {
    padding-right: 45px;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-left: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    left: -21px;
    color: inherit;
}

.alert-success {
    background-color: #f4f8f0;
    border-color: #428600;
}
.alert-success .alert-icon {
    background-position: -4770px 0;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-warning {
    background-color: #fff5f0;
    border-color: #ff5400;
}
.alert-warning .alert-icon {
    background-position: -5907px 0;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-danger {
    background-color: #fef0f0;
    border-color: #e60000;
}
.alert-danger .alert-icon {
    background-position: -1671px 0;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
/*============================================Input Styling============================================*/
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: #fff;
    border: 0;
    border-radius: 3px;
    -webkit-appearance: none;
    box-shadow: 0 1px 2px rgba(50, 50, 50, 0.75) inset;

    /* Animation*/
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    outline: none;
    box-shadow: inset 0 0 0 3px #428600, 0 1px 2px rgba(50, 50, 50, 0.75) inset;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
/*============================================Drop Down menu styling============================================*/
.form-control-custom {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 10px 10px 40px;
    font-size: 14px;
    line-height: 1;
    color: #555;
    background: #fff url("../img/arrow_down_ar.png") no-repeat 3%;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(50, 50, 50, 0.75);
    box-shadow: 0 1px 2px rgba(50, 50, 50, 0.75);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-control-custom:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 3px #428600, 0 1px 2px rgba(50, 50, 50, 0.75) inset;
    box-shadow: inset 0 0 0 3px #428600, 0 1px 2px rgba(50, 50, 50, 0.75) inset;
}
/*============================================Button Styling============================================*/
.btn {
    display: inline-block;
    padding: 11px 20px 9px;
    margin-bottom: 0;
    font: 700 14px "Tahoma";
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(50, 50, 50, 0.75);
    outline: 0;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: 0 1px 2px rgba(50, 50, 50, 0.75) inset;
    box-shadow: 0 1px 2px rgba(50, 50, 50, 0.75) inset;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #f4f4f4;
}
.btn-primary {
    color: #fff;
    background-color: #9c2aa0;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #680f6b;
}
.btn-info {
    color: #fff;
    background-color: #3d3d3d;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #000000;
}
.btn-info:active,
.btn-info.active {
    background-color: #3d3d3d;
}
/*============================================Checkbox Styling============================================*/
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
    display: none;
}
.checkbox-inline label span, .radio-inline label span{
    margin-left: 5px;
}
input[type="checkbox"] ~ label span, input[type="radio"] ~ label span{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/icons.png") no-repeat -781px 0;
    z-index: 1;
    position: relative;
}
input[type="checkbox"]:checked ~ label, input[type="radio"]:checked ~ label{
    font-weight: bold;
}
input[type="checkbox"]:checked + label span{
    background-position: -806px 0;
}
input[type="radio"] + label span{
    width: 21px;
    height: 21px;
    background: url("../img/icons.png") no-repeat -3882px 0;
}
input[type="radio"]:checked + label span{
    background-position: -3834px 0;
}
.radio-inline, .checkbox-inline{
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    padding-right: 0;
}
.checkbox label, .radio label{
    padding-right: 0;
}
.checkbox-inline label, .radio-inline label{
    font-weight: normal;
    cursor: pointer;
}
/*============================================Progress Bar============================================*/
.progress {
    height: 50px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f4f4f4;
    border-radius: 15px;
}
.progress-container{
    position: relative;
}
.progress.active .progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.progress-bar_leftAndright_TXT{
    width: 100%;
    position: absolute;
    padding: 4px 1%;
    height: 100%;
    color: #333;
    border: 2px solid #ccc;
    border-radius: 15px;
}
.progress-bar_right_TXT, .progress-bar_left_TXT{
    float: left;
    text-align: left;
    direction: ltr;
    font: normal 20px "VodafoneRg";
    padding: 2px 0 0 5px;
}
.progress-bar_right_TXT > div, .progress-bar_left_TXT div{
    font: bold 14px "Tahoma";
    line-height: 0.9;
}
.progress-bar_right_TXT{
    float: right;
    text-align: right;
    padding-right: 5px;
}
.progress-bar_ruler{
    width: 96%;
    margin-left: 2%;
    height: 11px;
    position: absolute;
    left: 0;
    top:0;
    background-position: 0 -87px;
}
.progress-bar-success {
    background-color: #a8b223;
}
.progress-bar-warning {
    background-color: #eb9700;
}
.progress-bar-danger {
    background-color: #e60000;
}
/*============================================Pagination============================================*/
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 9px 12px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(50,50,50,0.75);
    margin: 10px 5px;
}
.pagination > li > a:active,
.pagination > li > span:active {
    color: #fff;
    background-color: #666;
    box-shadow: 0 1px 2px rgba(50,50,50,0.75) inset;
}
/*.pagination > li > a:focus,*/
/*.pagination > li > span:focus {*/
    /*position: relative;*/
    /*float: left;*/
    /*padding: 9px 12px;*/
    /*line-height: 1.42857143;*/
    /*color: #fff;*/
    /*text-decoration: none;*/
    /*background-color: #666;*/
    /*border-radius: 3px;*/
    /*box-shadow: 0 1px 2px rgba(50,50,50,0.75) inset;*/
    /*margin: 10px 5px;*/
/*}*/
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin: 10px 2px 10px 0;
}
/*Adding custom background image for arrows*/
.pagination-left-old-custom, .pagination-right-new-custom, .pagination-left-step-custom, .pagination-right-step-custom{
    background: url("../img/icons.png") no-repeat -3298px 1px;
    width: 14px;
    height: 16px;
}
.pagination-right-new-custom{
    background-position: -3318px 1px;
}
.pagination-left-step-custom{
    background-position: -3269px 1px;
}
.pagination-right-step-custom{
    background-position: -3283px 1px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    margin: 10px 0 10px 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover{
    color: #333;
    background-color: #f4f4f4;
}
.pagination-page-num a:focus, .pagination-page-num span:focus{
    position: relative;
    float: left;
    padding: 9px 12px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #666;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(50,50,50,0.75) inset;
    margin: 10px 5px;
}
.pagination-active-page a:focus, .pagination-active-page span:focus,
.pagination-active-page a:hover, .pagination-active-page span:hover{
    color: #fff!important;
    background-color: #666!important;
}
/*============================================Custom Modal Sizing============================================*/
.close{
    float: left;
}
.modal-footer{
    text-align: left;
}
@media (min-width: 768px){
    .modal-dialog{
        width: 740px;
    }
}
/*-------------------------- start Ahmed ElHadi ---------------------------------*/
/*added by ibrahimnassef ._wh*/
.Pay_AS_YouGo_icon_1, .Minutes_Icon, .SMS_Icon, .Data_Icon, .IN_Plans_icon, .Entertainments_icon, .Shop_icon, .Find_Friend_icon, .IN_Plans_icon_wh, .Entertainments_icon_wh, .Shop_icon_wh, .Find_Friend_icon_wh, .Minutes_SMS_Icon_Min, .Minutes_SMS_Icon_SMS, .Crad_number_Icon, .logo, .logo_VF, .Search_Icon, .notification_Icon, .Alert_icon, .Slick_Arrow_content, .Pay_As_You_Go_icon, .Mobile_App_icon, .Usage_icon, .Shoping_icon, .Recharge_balance_icon, .Facebook_icon, .Twitter_icon, .Google_plus_icon, .Instagram_icon, .Youtube_icon, .yth-tab-plans, .yth-tab-enter, .yth-tab-account, .yth-tab-shop, .yth-tab-find, .Scroll_Top_icon, .Renewal_date_Icon, .Renewal_date_Minutes_Icon, .Renewal_SMS_Minutes_Icon, .Thresholds_Icon, .My_Plan_Icon, .Data_megabyte_1_icon, .Data_megabyte_2_icon, .Recharge_my_Balance_Icon, .Avatar_icon, .Balance_icon, .Current_plan_icon, .Search_for_friend_icon, .Search_for_friend_icon_Active, .Plan_Addons_Icon {
	background-image: url(../img/Youth_Icon.png);
	background-repeat: no-repeat;
}
/*Added by ibrahim nassef*/
.IN_Plans_icon_wh {
	background-position: -100px 1px;
	width: 40px;
	height: 44px;
	float: left;
	background-size: 1000px;
}
.Entertainments_icon_wh {
	background-position: -100px 1px;
	width: 40px;
	height: 44px;
	float: left;
	background-size: 1000px;
}
/*End ibrahim nassef*/
.IN_Plans_icon {
	background-position: -126px -54px;
	width: 41px;
	height: 44px;
	float: left;
}
.Entertainments_icon {
	background-position: -167px -54px;
	width: 41px;
	height: 44px;
	float: left;
}
.Shop_icon {
	background-position: -259px -54px;
	width: 46px;
	height: 44px;
	float: left;
}
.Find_Friend_icon {
	background-position: -208px -54px;
	width: 51px;
	height: 44px;
	float: left;
}
.Pay_AS_YouGo_icon_1 {
	/*background-position: -116px -108px;*/
    /*width: 58px;*/
    /*width changed by ibrahim nassef*/
    /*height: 60px;*/
    /*float: right;*/
    /*Redone by Ibrahim Nassef*/





	background-position: -92px -83px;
	width: 47px;
	height: 60px;
	float: right;
	background-size: 1000px;
}
.Minutes_Icon {
	background-position: -175px -140px;
	width: 42px;
	height: 44px;
	float: right;
	margin-top: 17%;
}
.SMS_Icon {
	background-position: -175px -108px;
	width: 42px;
	height: 32px;
	float: right;
	margin-top: 25%;
	margin-right: 5%;
}
.Data_Icon {
	background-position: -175px -108px;
	width: 42px;
	height: 32px;
	float: right;
	margin-top: 25%;
	margin-right: 5%;
}
.Minutes_SMS_Icon_Min {
	background-position: -396px 0px;
	width: 55px;
	height: 54px;
	margin-top: 10%;
	margin-bottom: 10%;
}
.Minutes_SMS_Icon_SMS {
	background-position: -341px 0px;
	width: 55px;
	height: 54px;
	margin-top: 10%;
	margin-bottom: 10%;
}
.Crad_number_Icon {
	background-position: -217px -108px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 13%;
	left: 4%;
}
.Search_Icon {
	background-position: -131px -168px;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 21%;
	right: 38%;
}
.logo {
	background-position: 0px -168px;
	width: 131px;
	height: 60px;
	cursor: pointer;
	float: right;
}
.logo_VF {
	background-position: -70px -168px;
	width: 61px;
	height: 55px;
	cursor: pointer;
}
.notification_Icon {
	background-position: -131px -185px;
	width: 46px;
	height: 49px;
	float: right;
	margin-top: 3%;
	position: relative;
}
.Alert_icon {
	width: 66px;
	height: 64px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.green {
	background-position: -305px -92px;
}
.Orange {
	background-position: -371px -92px;
}
.Red {
	background-position: -371px -156px;
}
.Plan_Addons_Icon {
	width: 60px;
	height: 60px;
	float: left;
	background-position: -525px -46px;
	margin-top: 15px;
}
.Slick_Arrow_content {
	background-position: -148px -168px;
	width: 7px;
	height: 13px;
	margin-top: 12px;
}
.Pay_As_You_Go_icon {
	background-position: 0px -270px;
	width: 55px;
	height: 47px;
	float: left;
	margin-top: 5px;
}
.Mobile_App_icon, .Usage_icon, .Shoping_icon, .Recharge_balance_icon {
	width: 82px;
	height: 82px;
	margin-top: 15px;
}
.Mobile_App_icon {
	background-position: -96px -234px;
}
.Usage_icon {
	background-position: -178px -234px;
}
.Shoping_icon {
	background-position: -260px -234px;
}
.Recharge_balance_icon {
	background-position: -342px -234px;
}
.Facebook_icon, .Twitter_icon, .Google_plus_icon, .Instagram_icon, .Youtube_icon {
	width: 33px;
	height: 33px;
	float: left;
	margin-right: 5px;
}
.Facebook_icon {
	background-position: -177px -201px;
}
.Twitter_icon {
	background-position: -210px -201px;
}
.Google_plus_icon {
	background-position: -243px -201px;
}
.Instagram_icon {
	background-position: -276px -201px;
}
.Youtube_icon {
	background-position: -309px -201px;
}
.Scroll_Top_icon {
	width: 57px;
	height: 57px;
	background-position: -217px -140px;
	position: fixed;
	bottom: 15%;
	left: 30px;
	cursor: pointer;
	opacity: 0.2;
}
.Scroll_Top_icon:hover {
	opacity: 1;
}
.Renewal_date_Icon {
	width: 24px;
	height: 25px;
	background-position: -271px -108px;
	float: right;
	margin-top: 7px;
}
.Renewal_date_Minutes_Icon, .Renewal_SMS_Minutes_Icon {
	width: 28px;
	height: 29px;
	float: right;
	margin-left: 10px;
}
.Renewal_date_Minutes_Icon {
	background-position: -274px -133px;
}
.Renewal_SMS_Minutes_Icon {
	background-position: -274px -162px;
}
.Thresholds_Icon {
	width: 40px;
	height: 38px;
	float: right;
	background-position: -305px -54px;
	margin-top: 16px;
}
.My_Plan_Icon {
	width: 40px;
	height: 38px;
	float: right;
	background-position: -345px -54px;
	margin-top: 16px;
	margin-right: 35px;
}
.Data_megabyte_1_icon {
	width: 74px;
	height: 76px;
	float: right;
	background-position: -451px 0px;
	margin-top: 16px;
}
.Data_megabyte_2_icon {
	width: 74px;
	height: 76px;
	float: right;
	background-position: -451px -76px;
	margin-top: 16px;
}
.Recharge_my_Balance_Icon {
	width: 40px;
	height: 38px;
	float: right;
	background-position: -385px -54px;


	margin-top: 16px;
	margin-right: 36px;
}
.Avatar_icon {
	width: 44px;
	height: 44px;
	float: right;
	background-position: -303px -156px;
	margin-top: 18px;
	margin-left: 10px;
}
.Balance_icon {
	width: 45px;
	height: 49px;
	float: right;
	background-position: -437px -152px;
	margin-top: 16px;
	margin-left: 10px;
}
.Current_plan_icon {
	width: 49px;
	height: 47px;
	float: right;
	background-position: -437px -201px;
	margin-top: 18px;
	margin-left: 10px;
}
.Search_for_friend_icon {
	width: 52px;
	height: 44px;
	background-position: -424px -248px;
	position: absolute;
	top: 8px;
	right: 20px;
}
.Search_for_friend_icon_Active {
	width: 52px;
	height: 44px;
	background-position: -476px -248px;
	position: absolute;
	top: 10px;
	right: 18px;
}
.Total_Fans {
	height: 100px;
	background-color: #333;
	clear: both;
	background-image: url(../img/Fans_BG.png);
	height: 84px;
}
.Fans_TXT {
	color: #fff;
}
.Fans_TXT > .col-sm-3 > h1 {
	font-size: 60px;
	font-weight: bold;
	color: #9c2aa0;/* text-shadow: -1px -1px 0 #fff,        1px -1px 0 #fff,      -1px 1px 0 #fff,       1px 1px 0 #fff; */
}
.Fans_TXT > .col-sm-3 > h3 {
	margin-top: 45px;
}
.search_results_TXT {
	float: right;
	margin-right: 90px;
	margin-top: 8px;
	position: absolute;
}
.search_results_TXT h3, .search_results_TXT h2 {
	margin: 0px;
}
.Search_for_friend_BTn {
	position: absolute;
	left: 20px;
	top: 8px;
}
.Search_for_friend > input {
	padding: 30px 100px !important;
	font-size: 24px !important;
}
.main_container {
	width: 100%;
	margin: 0 auto;
}
.Navbar {
	background-color: #333;
	color: #fff;
	box-shadow: 0px 8px 0px #7a7a7a;
	padding-bottom: 2px;
	padding-top: 6px;
}
.search_results {
	border: 1px solid #ccc;
	position: relative;
	background-color: #fff;
	height: 70px;
	display: none;
}
.capImage img {
	float: left;
	margin-right: 10px;
	width: auto;
}
.col-xs-12 > .text-left {
	float: right;
	padding-right: 1%;
	padding-left: 1%;
	border-left: 1px solid #fff;
	cursor: pointer;
	color: #fff;
}
.slick-slide img {
	width: 100%;
}
.slick-dots {
}
.Youth_Plans_Slick_inner {
	background-color: #f4f4f4;
	padding: 10px;
	/*margin-right: 1%;*/
    /*margin-right changed by ibrahim nassef*/
	margin: 0 15px;
	/*Added by ibrahim nassef*/
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 1px 3px 1px rgba(0,0,0,0.35);
	box-shadow: 0 1px 3px 1px rgba(0,0,0,0.35);
}
.Youth_Plans_Slick_inner_Box {
	background-color: #fff;
	padding-right: 0 !important;
	padding-left: 0 !important;
	width: 95%;
	margin: 0 auto;
	float: none;
	display: table;
	border-radius: 5px;
	margin-bottom: 3%;
}
/*Just renamed from taps to tabs by ibrahim nassef*/
.tabs, .tabs-active {
	background-color: #f4f4f4;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	border-radius: 6px;
}
/*Added by ibrahim nassef*/
.tabs-active {
	background-color: #333333;
	color: #fff;
}
/*.taps > .col-xs-2 , .taps > .col-xs-3 {*/
/*background-color: #f4f4f4;*/
/*padding-top: 10px;*/
/*padding-bottom: 10px;*/
/*cursor: pointer;*/
/*border-radius: 10px;*/
/*}*/
/*.taps > .col-xs-2 > h2 , .taps > .col-xs-3 > h2 {*/
/*font-size:28px;*/
/*}*/
.Number_Postion {
	position: relative;
	right: 50px;
	text-align: center;
	top: 30px;
}
canvas {
	position: absolute;
	top: 0px;
	left: 45px;
}
.canvas_Postion {
}
.Usage_Section {
	background: #f4f4f4;
	padding: 10px;
}
.Plan_Section {
	padding: 10px;
}
.Search_Section {
	background: #f4f4f4;
	padding: 2%;
}
.Recharge_Section_White {
	padding: 10px;
}
.Recharge_Section_Gray {
	background: #f4f4f4;
	padding: 1%;
}
.White_Color {
	background: #fff;
	height: 225px;
	margin-left: 45px;
	border-radius: 10px;
	border: 5px solid #ebebeb;
}
.White_Color_Slick {
	background: #fff;
	padding-bottom: 5%;
	border-radius: 16px;
	margin-top: 10%;
	overflow: hidden;
}
.Gray_Color_Slick {
	background-color: #e4e4e4;
	float: left;

	margin-bottom: 25px;
	margin-top: 25px;
}
.Gray_Color, .White_Color_Box {
	background: #f4f4f4;
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.White_Color_Box {
	background: #fff;
	min-height: 150px;
	margin-top: 20px;
}
.My_Number_Of_Balance {
	font-size: 33px;
	background-color: #33986a;
	padding: 0%;
	border-radius: 10px;
	color: #fff;
}
.My_Number_Of_Balance span {
	font-size: 20px;
}
.Crad_number_Custom {
	padding: 4% 0% 4% 10%;
	font-size: 18px;
	background-color: #f4f4f4;
}
.clearfix {
	margin-top: 10px;
	float: left;
	width: 100%;
}
.Navigation_Links {
	float: left;
	width: 100%;
}
.Navigation_Links div {
	color: #e60000;
	float: left;
	margin-right: 1%;
}
.Navigation_Links a {
	color: #fff;
}
.Navigation_Links a:hover {
	color: #fff;
	text-decoration: underline;
}
.notification_number {
	width: 20px;
	height: 20px;
	background: red;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: center;
}
.Border_Box {
	border: 5px solid #ccc;
	border-radius: 20px;
	padding-left: 22px !important;
	margin-left: 20px;
}
.Border_Box h1, .Plan_Addons_BOX h1 {
	font-weight: bold;
	font-size: 45px;
	margin: 0px;
	text-align: right;
	direction: rtl;
	color: #333;
}
.Plan_Addons_BOX h1 {
	margin-top: 25px;
}
.Border_Box h2 {
	margin: 0px;
}
.Border_Box hr {
	margin: 5px auto;
}
.FAQ_Number {
	width: 42px;
	height: 42px;
	background: #a8b600;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	float: left;
	padding: 1%;
	color: #fff;
	font-size: 26px;
}
.FAQ_Section {
	background-color: #f4f4f4;
	padding: 1%;
}
.FAQ_Section_White {
	padding: 1%;
}
.Plans_Section {
	background-color: #f4f4f4;
	padding: 1%;
}
.Orange_Color {
	background-color: #d6985b;
	color: #fff;
	padding: 5%;
}
.Blue_Color {
	background-color: #5b7bd6;
	color: #fff;
	padding: 5%;
}
.Dark_Blue_Color {
	background-color: #8c5bd6;
	color: #fff;
	padding: 5%;
}
.Tabs_Section {
	background-color: #f4f4f4;
	border-top: 1px solid #ccc;
}
.Search_Section_Icon {
	width: 10%;
}
.Search_Section_Icon > div > input {
	height: 40px !important;
}
.Top_Nav_Option {
	margin-top: 8px;
}
.Top_Nav_Option > div {
	float: left;
}
.BG_white_Color_My_Account {
	background-color: #fff;
	border-radius: 10px;
	padding-bottom: 10px;
	min-height: 215px;
	position: relative;
}
.Btn_Position_My_Account {
	position: absolute;
	width: 100%;
	bottom: 10px;
}
.Footer {
	background-color: #333;
	color: #fff;
	padding: 1%;
}
.Show_Find_Friend_Section, .Show_My_Account_Section, .Show_Entertainments_Section, .Show_Shop_Section, .Show_My_Account_BeforeLogin_Section, .After_Pin_Code, .After_Pin_Code_Conformation, .Migrate_Conformation, .Older_Than, .Conformation_Recharge, .Pin_Code_Main, .Request_Conformation {
	display: none;
}
.Show_Find_Friend_Section {
	background: #f4f4f4;
	padding-bottom: 40px;
}
.Hero_Banner_Postion {
	position: relative;
}
.Hero_Banner_Icon {
	position: absolute;
	bottom: 50px;
	right: 300px;
}
.Hero_Banner_TXT {
	position: absolute;
	top: 50px;
	right: 300px;
	width: 25%;
	color: #fff;
	text-align: right;
	direction: rtl;
}
.Hero_Banner_TXT h1 {
	font-size: 200%;
}
.Hero_Banner_TXT h4 {
	font-size: 130%;
}
.Hero_Banner_Icon > a > img {
	float: right;
	width: 40%;
	height: 100%;
	margin-left: 10px;
}
.Avatar_TXT {
	float: right;
	margin-top: 10px;
}
.Avatar_TXT h2, .Avatar_TXT h3 {
	margin: 0px
}
.Search_for_friend {
	position: relative;
	margin-top: 40px;
}
.search_results_BTN {
	position: absolute;
	left: 20px;
	top: 14px;
}
.BackGround_Gray {
	background: #f4f4f4;
}
.Account_Info {
	margin-bottom: 15px;
}
.IN_Minutes_SMS_Data {
	bottom: -93px;
	border: 1px solid #ccc;
}
.Account_Info_Promotion {
	background: #fff;
}
.Promotion_Section {
	background: #f4f4f4;
}
.Recover_PW {
	font-size: 19px;
	font-weight: normal;
	text-decoration: underline;
	margin-top: 7px;
	float: right;
	color: #999;
	font-family: tahoma;
}
.Recover_PW:hover {
	color: #333;
}
.Youth_Menu, .background_Menu {
	display: none;
}
/*End Ahmed elHadi*/
.margin-top-20 {
	margin-top: 20px;
}
#pinBoot {
	margin-top: 20px;
	position: relative;/*max-width: 100%;*//*width: 100%;*/
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.white-panel {
	position: absolute;
	background: white;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);/*padding: 10px;*/
}
.white-panel h1 {
	padding: 10px;
	font-size: 1em;
}
.white-panel h1 a {
	color: #A92733;
}
.white-panel h4 {
	padding: 0 10px;
}
.white-panel p {
	padding: 0 10px;
}
.white-panel:hover {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	margin-top: -5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.youth-tab-list {
	display: table;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	-webkit-box-shadow: 0 2px 0 0 #dbdbdb;
	-moz-box-shadow: 0 2px 0 0 #dbdbdb;
	box-shadow: 0 2px 0 0 #dbdbdb;
	overflow: hidden;
	background-color: #fff;
}
.youth-tabs-container ul li {
	height: 40px;
	display: table-cell;
	cursor: pointer;
}
.list-inline > li {
	padding: 0;
}
.yth-tab-btn-title:last-child {
/* border-right: 0; */
}
.yth-tab-btn-title {
	padding: 23px 54px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-left: 1px solid #ccc;
	position: relative;
}
.yth-tab-btn-title h3 {
	float: left;
	margin: 0px;
	top: -9px;
	position: relative;
	color: #333;
}
.yth-tab-plans, .yth-tab-enter, .yth-tab-account, .yth-tab-shop, .yth-tab-find {
	width: 30px;
	height: 33px;
	background-size: 887px;
	position: absolute;
	top: 7px;
	right: 10px;
}
.yth-tab-plans {
	background-position: -88px -38px;
}
.yth-tab-enter {
	background-position: -117px -36px;
}
.yth-tab-account {
	background-position: -117px -36px;
}
.yth-tab-shop {
	background-position: -183px -36px;
	width: 32px;
}
.yth-tab-find {
	background-position: -146px -36px;
}
.active-tab-button {
	background-color: #626262;
	-webkit-box-shadow: inset 0 2px 0 0 #dbdbdb;

	-moz-box-shadow: inset 0 2px 0 0 #dbdbdb;
	box-shadow: inset 0 2px 0 0 #dbdbdb;
	color: #fff;
}
.active-tab-button > .yth-tab-button > .yth-tab-btn-title > h3 {
	color: #fff;
}
@media (max-width: 768px) {
.yth-tab-plans, .yth-tab-enter, .yth-tab-account, .yth-tab-shop, .yth-tab-find {
	display: none;
}
}
@media (max-width: 767px) {
.youth-tabs-container ul li:first-child {
	border-left: 0;
	border-radius: 0;
	border-bottom: 0;
}
.youth-tabs-container ul li {
	display: block;
	border-bottom: 0;
}
.youth-tabs-container ul li:last-child {
	border-right: 0;
	border-bottom: 0 !important;
	border-bottom-right-radius: 0;
}
.yth-tab-btn-title {
	border-right: 0;
}
.youth-tab-list {
	display: block;
	border: 1px solid #ccc;
	height: 60px;
	overflow: hidden;
}
.yth-tab-btn-title {
	font-weight: bold;
}
.active-tab-button {
	background-color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.active-tab-button a {
	color: #333;
}
.dropdown-arrow-down, .dropdown-arrow-up {
	width: 20px;
	height: 25px;
	float: right;
	position: relative;
	top: 25px;
	right: 10px;
}
.dropdown-arrow-down {
	background: url('../img/icons.png') no-repeat -134px 0;
}
.dropdown-arrow-up {
	background: url('../img/icons.png') no-repeat -309px 0;
}
}
/******************************End Ibrahim Nassef******************************/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
#Hero_Banner_Slick > .slick-prev, #Hero_Banner_Slick > .slick-next, .Scroll_Top_icon {
	display: none !important;
}
.yth-tab-btn-title {
	padding: 23px 25px;
}
.Hero_Banner_TXT {
	top: 0px;
	left: 20px;
	width: 60%;
}
.Hero_Banner_Icon {
	bottom: 5px;
	left: 20px;
}
.Hero_Banner_TXT h1, .Hero_Banner_TXT h4 {
	font-size: 115%;
}
.slick-list {
	min-height: 1px !important;
}
.Fans_TXT > .col-sm-3 > h1 {
	font-size: 40px;
}
.Fans_TXT > .col-sm-3 > h3 {
	margin-top: 28px;
	font-size: 13px;
}
.slick-prev {
	left: 0px !important;
}
.slick-next {
	right: 0px !important;
}
.Btn_Position_My_Account {
	bottom: 0px;
}
.yth-tab-plans, .yth-tab-enter, .yth-tab-account, .yth-tab-shop, .yth-tab-find , .Thresholds_Icon , .My_Plan_Icon , .Recharge_my_Balance_Icon{
	display:none;
}
}
@media only screen and (min-width: 50px) and (max-width: 767px) {
.Youth_Container_Page {
	position: relative;
}
.Youth_Menu {
	position: fixed;
	z-index: 102;
	height: 100%;
	background-color: transparent;
	float: left;
	left: -250px;
	display: block;
}
.Youth_Menu_Tabs {
	float: left;
	height: 100%;
	background-color: #333;
	color: #fff;
	width: 90%;
	box-shadow: 3px 0px 10px #333;
}
.Youth_Menu > .Youth_Menu_Tabs > h2 {
	font-size: 22px;
	padding: 5px 20px 14px 20px;
	border-bottom: 1px solid #000;
	cursor: pointer;
}
.Youth_Menu_Icon {
	float: left;
	color: #fff;
	font-size: 35px;
	margin-left: 2%;
	cursor: pointer;
	width: 8%;
	margin-top: 10px;
}
.Youth_Menu_Icon > .glyphicon-remove {
	display: none;
}
.logo {
	background-position: -525px 0px;
	width: 99px;
	height: 46px;
	float: right;
	margin-bottom: 10px;
}
.Top_Nav_Option {
	display: none;
}
.background_Menu {
	width: 100%;
	height: 100%;
	background-color: #333;
	position: fixed;
	z-index: 101;
	opacity: 0.8;
	display: none;
}
h1 {
	font: 30px "RobotoRg";
}
h2 {
	font: 25px "RobotoLt";
}
h3 {
	font: 16px "RobotoLt";
}
h4 {
	font-size: 14px !important;
}
.Scroll_Top_icon {
	display: none;
}
.BG_white_Color_My_Account {
	min-height: 340px;
	margin-bottom: 10px;
}
.Btn_Position_My_Account {
	bottom: 0px;
}
.Recover_PW {
	margin-bottom: 10px;
}
.modal-open .modal {
	padding-right: 0px !important;
}
.White_Color {
	margin-left: 0px;
	height: 300px;
}
.canvas_Postion {
	height: 145px;
}
.Renewal_date_Minutes_Icon, .Renewal_SMS_Minutes_Icon {
	margin-top: -5px;
}
.Number_Postion {
	left: 2%;
}
canvas {
	left: 30%;
}
.Gray_Color {
	margin-bottom: 20px;
}
.Sign_up_Box {
	min-height: 145px;
}
.Border_Box {
	padding-left: 10px !important;
	margin-left: 0px;
	margin-bottom: 10px;
}
.Thresholds_Icon, .My_Plan_Icon {
	margin-top: 0px;
}
.Recharge_my_Balance_Icon {
	margin-top: 0px;
	margin-left: 0px;
}
.Fans_TXT > .col-sm-3 > h3 {
	margin-top: 0px;
	text-align: center;
}
.Fans_TXT > .col-sm-3 > h1 {
	margin: 0px;
	margin-top: -12px;
	font-size: 40px;
}
#Hero_Banner_Slick > .slick-prev, #Hero_Banner_Slick > .slick-next {
	display: none !important;
}
.slick-list {
	min-height: 1px !important;
}
.Hero_Banner_TXT {
	top: 0px;
	left: 20px;
	width: 60%;
}
.Hero_Banner_Icon {
	bottom: 5px;
	left: 20px;
}
.Hero_Banner_TXT h1, .Hero_Banner_TXT h4 {
	font-size: 115%;
}
.slick-dots li button:before {
	font-size: 30px !important;
}
.slick-dots {
	bottom: -20px !important;
	top: initial !important;
	    left: 50px !important;
		    text-align: left !important;
}
.Gray_Color_Slick {
	width: 110%;
}
.Slick_Arrow_content {
	float: left;
	margin-right: 10px;
}
.Search_for_friend {
	margin-top: 0px;
}
.Search_for_friend_icon {
	display: none;
}
.Search_for_friend_BTn {
	position: inherit;
	bottom: -111px;
	top: initial;
	right: 0px;
}
.Search_for_friend_BTn a {
	width: 100%;
}
.Search_for_friend > input {
	font-size: 16px !important;
	padding: 30px 10px !important;
}
.search_results {
	margin-top: 38px;
}
.search_results_BTN {
	position: inherit;
	top: -9px;
	right: 0px;
	width: 100%;
	float: left;
}
.search_results_BTN a {
	width: 100%;
}
.Thresholds_Icon , .My_Plan_Icon , .Recharge_my_Balance_Icon , .Tabs_Section{
display:none;	 
 }
}
/*-------------------------- End Ahmed ElHadi ---------------------------------*/

/******************************Start Ibrahim Nassef******************************/
h4 {
	font-size: 16px;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.btn {
	margin-bottom: 5px;
}
.margin-top-30 {
	margin-top: 30px;
}
.vf-youth-main-color {
	color: #810082;
}
.title-margin-30 {
	margin: 30px 0;
}
/************************************************************Tabs CSS***********************************************************/
ul {
	padding: 0;
}
ul li {
	list-style: none;/*padding: 0;*/
}
.tabs {
	width: 100%;
	display: inline-block;
}
.tab-links-youth:after {
	display: inline-block;
	clear: both;
	content: '';
}
.tab-links-youth li {
	list-style: none;
}
.tab-links-youth a, .tab-links-youth-active a {
	background-color: #f4f4f4;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	border-radius: 6px;
	position: relative;
	color: #333;
}
.tab-links-youth-active a {
	background-color: #333;
	color: #fff;
}
li.active a, li.active a:hover {
	border: 1px solid #cccccc;
	border-bottom: 1px solid #fff !important;
	background-color: #fff !important;
	color: #333 !important;
	z-index: 1;
}
.tab-links-youth h4, .tab-links-youth-active h4 {
	padding-left: 55px;
	padding-top: 3px;
}
.tabs-active-arrow-down {
	float: left;
	width: 0;
	border-top: 10px solid #333;
	border-left: 10px solid rgba(0,0,0,0);
	border-right: 10px solid rgba(0,0,0,0);
	border-bottom: 10px solid rgba(0,0,0,0);
	height: 0;
	left: 46%;
	position: relative;
}
@media (max-width: 768px) {
.tab-links-youth-mobile {
	height: 65px;
	overflow: hidden;
	float: left;
	display: block;
	width: 100%;
	background-color: #f4f4f4;
	border-radius: 6px;
	box-sizing: border-box;
}
.tab-links-youth a {
	width: 100%;
}
.tab-links-youth-active a {
	background-color: #f4f4f4;
	color: #333;
	width: 100%;
}
.tab-links-youth:after {
	display: block;
}
.tabs-active-arrow-down {
	float: right;
	width: 0;
	border-top: 10px solid #333;
	border-left: 10px solid rgba(0,0,0,0);
	border-right: 10px solid rgba(0,0,0,0);
	border-bottom: 10px solid rgba(0,0,0,0);
	height: 0;
	left: -5px;
	top: -35px;
	position: relative;
}
}
/************************************************************End Tabs CSS***********************************************************/

.slick-slider {
	margin-bottom: 0 !important;
}
.slick-prev {
	background: #fff url("../img/Youth_Icon.png") no-repeat -1px -110px !important;
	width: 55px !important;
	height: 57px !important;
	right: -50px;
	top: 150px;
	border-radius: 3px;
	opacity: 1 !important;
}
.slick-next {
	background: #fff url("../img/Youth_Icon.png") no-repeat -59px -110px !important;
	width: 55px !important;
	height: 57px !important;
	right: -50px;
	top: 150px;
	border-radius: 3px;
	opacity: 1 !important;
}
/*Styling Hero Banner arrows*/
#Hero_Banner_Slick > .slick-prev {
	background: url("../img/Youth_Icon.png") no-repeat 1px 1px !important;
	width: 64px !important;
	height: 109px !important;
	left: 140px;
	border-radius: 3px;
	opacity: 1 !important;
	z-index: 100;
	top: 180px;
}
#Hero_Banner_Slick > .slick-next {
	background: url("../img/Youth_Icon.png") no-repeat -62px 1px !important;
	width: 64px !important;
	height: 109px !important;
	right: 160px;
	border-radius: 3px;
	opacity: 1 !important;
	z-index: 100;
	top: 180px;
ahmed.elhadi-zaki@vodafone.com;
	alignment-adjust: auto;
1!important;
 animation-duration: !important
}
.slick-prev:before, .slick-next:before {
	display: none;
}
.slick-list {
	/*Padding below, use same as slick slider*/
	padding: 30px 0;
}
.slick-center {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
	/*animation*/
	-webkit-animation: all 300ms ease;
	-moz-animation: all 300ms ease;
	animation: all 300ms ease;
}
.vf-youth-plans-slider > .slick-list {
	padding: 25px 25px !important;
}
/******************************End Ibrahim Nassef******************************/

.faqHeader {
	font-size: 27px;
	margin: 20px;
}
.panel-heading [data-toggle="collapse"]:after {
	font-family: 'Glyphicons Halflings';
	content: "\e072"; /* "play" icon */
	float: left;
	color: #F58723;
	font-size: 18px;
	line-height: 22px;
	/* rotate "play" icon from > (right arrow) to down arrow */

	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.panel-heading [data-toggle="collapse"].collapsed:after {
	/* rotate "play" icon from > (right arrow) to ^ (up arrow) */
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #454444;
}
/*********************************** Start Muhammad Mustafa ********************************/

.col-xs-20, .col-sm-20, .col-md-20, .col-lg-20 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.col-xs-20 {
	width: 20%;
	float: left;
}
@media (min-width: 768px) {
.col-sm-20 {
	width: 20%;
	float: left;
}
}
@media (min-width: 992px) {
.col-md-20 {
	width: 20%;
	float: left;
}
}
@media (min-width: 1200px) {
.col-lg-20 {
	width: 20%;
	float: left;
}
}
.Show_Shop_Section {
	background-color: #f4f4f4;
}
/*
 #phonesContainer, #tabletsContainer, #internetContainer, #accessoriesContainer, #dealofweekContainer{
 min-height: 200px;
 }
 */

.loader_div {
	width: 150px;
	height: 150px;
	display: table;
	left: 45%;
	top: 240px;
	z-index: 1;
}
.productbox {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 5px;
}
.productbox:hover {
	box-shadow: 0px 1px 5px 2px #ccc;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-kthtml-transition: all .2s linear;
	transition: all .2s linear;
}
.product_price {
	font-size: 22px;
	font-weight: bold;
	float: right;
	width: 50%;
	text-align: right;
	direction: rtl;
}
.product_price_old {
	float: left;
	font-size: 22px;
	text-decoration: line-through;
	color: #666;
	width: 50%;
	text-align: left;
	direction: rtl;
}
.custom_btn {
	width: 80%;
	margin: 10px auto;
	display: table;
	background-color: #E60000;
	color: #fff;
}
.custom_btn:hover {
	background-color: #ce0000;
	color: #fff;
}
.custom_btn:focus {
	background-color: #e60000;
	color: #fff;
}
.device_img_link {
	display: block;
	position: relative;
	z-index: 1;
}
.device_img {
	width: 65%;
	margin: 5px auto;
	display: table;
	min-height: 194px;
}
.ishotdeal_img, .isgift_img {
	position: absolute;
	width: 30%;
	bottom: 140px;
	right: 40px;
	z-index: 2;
}
.product_name {
	font-size: 16px;
	text-align: center;
	max-height: 44px;
	overflow: hidden;
	height: 44px;
	direction: rtl;
	color: #333;
}
.eShopTabs {
	background-color: #fff;
	margin: 30px 10px;
	display: flex;
}
.eShopTabs li {
	float: right;
	width: 20%;
	padding: 20px;
	font-size: 20px;
	cursor: pointer;
}
.eShopTabs li:hover {
	background-color: #999;
	box-shadow: inset 0px -5px 0px 0px #e60000;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-kthtml-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.eShopTabs li:hover > strong {
	color: #fff;
}
.eShopTabs .eShopTabActive {
	background-color: #333 !important;
	color: #fff !important;
	box-shadow: inset 0px -5px 0px 0px #b60000 !important;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-kthtml-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.eShopTabs li strong {
	display: inline-block;
	vertical-align: bottom;
	padding-right: 20px;
	text-align: right;
	float: right;
	direction: rtl;
}
.firstTabIcon, .secondTabIcon, .thirdTabIcon, .fourthTabIcon, .fifthTabIcon {
	background-image: url(../img/Youth_Icon.png);
	background-repeat: no-repeat;

	background-size: 887px;
	width: 30px;
	height: 33px;
	display: inline-block;
	vertical-align: middle;
	float: right;
}
.firstTabIcon {
	background-position: -88px -39px;
}
.secondTabIcon {
	background-position: -117px -36px;

}
.thirdTabIcon {
	background-position: -117px -36px;
}
.fourthTabIcon {
	background-position: -183px -36px;
}
.fifthTabIcon {
	background-position: -146px -36px;
}
.eShopTabs .eShopTabActive > .firstTabIcon, .eShopTabs li:hover > .firstTabIcon {
	background-size: 740px;
	background-position: -74px 1px;
}
.eShopTabs .eShopTabActive > .secondTabIcon, .eShopTabs li:hover > .secondTabIcon {
	background-size: 740px;
	background-position: -104px 1px;
}
.eShopTabs .eShopTabActive > .thirdTabIcon, .eShopTabs li:hover > .thirdTabIcon {
	background-size: 740px;
	background-position: -104px 1px;
}
.eShopTabs .eShopTabActive > .fourthTabIcon, .eShopTabs li:hover > .fourthTabIcon {
	background-position: -171px 1px;
	background-size: 740px;
}
.eShopTabs .eShopTabActive > .fifthTabIcon, .eShopTabs li:hover > .fifthTabIcon {
	background-size: 740px;
	background-position: -134px 1px;
}
#tabletsContainer, #internetContainer, #accessoriesContainer, #dealofweekContainer {
	display: none;
}
 @media (max-width: 768px) {
.eShopTabs {
	display: table;
}
.eShopTabs li {
	width: 100%;
}
.device_img {
	width: 50%;
}
.device_img_link {
	clear: both;
}
}
/***************************** End Muhammad Mustafa ********************************/
.Coming_Soon_TXT {
	margin-top: 50px;
	color: #9c2aa0;
}





/******************************Start Edit 3/8/2015******************************/
.Search_for_friend > input {
	padding: 0px 100px !important;
	font-size: 24px !important;
	height: 60px;
	text-align: right;
}
.search_results_TXT h3, .search_results_TXT h2 {
	margin-top: 14px;
}
.Youth_Plans_Slick, .slick-list {
	min-height: 440px;
}
.White_Color_Slick {
	background: #fff;
	padding-bottom: 5%;
	border-radius: 16px;
	margin-top: 10%;
	overflow: hidden;
	min-height: 360px;
}
.Youth_Plans_Slick > .slick-prev {
	left: -20px !important;
}
.Youth_Plans_Slick > .slick-next {
	right: -50px !important;
}
.Gray_Color_Slick {
	background-color: #e4e4e4;
	float: left;
	margin-bottom: 25px;
	margin-top: 25px;
	width: 120%;
}
a:focus, a:hover{
	color: #333;
}
/******************************End Edit 3/8/2015******************************/
.Custom_H1{
	    font-size: 18px !important;
}
.Plan_Addons_BOX {
    min-height: 180px;
	position:relative;
}
.Plan_Addons_BOX > a{
       position: absolute;
    
       bottom: 0px;
       right: 0px;
}
.col-sm-offset-1 {
    margin-right: 8.33333333%;
}
.text-left {
    text-align: right !important;
}
.col-sm-offset-4 {
    margin-right: 33.33333333%;
}
.col-sm-offset-3 {
    margin-right: 25%;
}
.col-sm-offset-5 {
    margin-right: 41.66666667%;
}
.NotClickable {
    pointer-events: none;
    cursor: default;
}
