@font-face {
    font-family: 'Hacen Tunisia';
    src: url('../fonts/HacenTunisia.eot');
    src: url('../fonts/HacenTunisia.eot?#iefix') format('embedded-opentype'), url('../fonts/HacenTunisia.woff2') format('woff2'), url('../fonts/HacenTunisia.woff') format('woff'), url('../fonts/HacenTunisia.ttf') format('truetype'), url('../fonts/HacenTunisia.svg#HacenTunisia') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hacen Tunisia Bold';
    src: url('../fonts/HacenTunisiaBold.eot');
    src: url('../fonts/HacenTunisiaBold.eot?#iefix') format('embedded-opentype'), url('../fonts/HacenTunisiaBold.woff2') format('woff2'), url('../fonts/HacenTunisiaBold.woff') format('woff'), url('../fonts/HacenTunisiaBold.ttf') format('truetype'), url('../fonts/HacenTunisiaBold.svg#HacenTunisiaBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Hacen Tunisia Lt';
    src: url('../fonts/HacenTunisiaLt.eot');
    src: url('../fonts/HacenTunisiaLt.eot?#iefix') format('embedded-opentype'), url('../fonts/HacenTunisiaLt.woff2') format('woff2'), url('../fonts/HacenTunisiaLt.woff') format('woff'), url('../fonts/HacenTunisiaLt.ttf') format('truetype'), url('../fonts/HacenTunisiaLt.svg#HacenTunisiaLt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bender-Black';
    src: url('../fonts/Bender-Black/Bender-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Bender-Black/Bender-Black.otf') format('opentype'), url('../fonts/Bender-Black/Bender-Black.woff') format('woff'), url('../fonts/Bender-Black/Bender-Black.ttf') format('truetype'), url('../fonts/Bender-Black/Bender-Black.svg#Bender-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bender-BlackItalic';
    src: url('../fonts/Bender-BlackItalic/Bender-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Bender-BlackItalic/Bender-BlackItalic.otf') format('opentype'), url('../fonts/Bender-BlackItalic/Bender-BlackItalic.woff') format('woff'), url('../fonts/Bender-BlackItalic/Bender-BlackItalic.ttf') format('truetype'), url('../fonts/Bender-BlackItalic/Bender-BlackItalic.svg#Bender-BlackItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-family: 'Hacen Tunisia';
}

img {
    max-width: 100%;
    height: auto;
}

.clear {
    clear: both;
}

.rtl {
    direction: rtl;
}

.main-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}

.select-language {
    float: left;
    font-size: 27px;
    line-height: 35px;
    color: #fff;
    margin: 42px 0 0 73px;
}

.select-language a,
.select-language a:link {
    color: #fff;
    text-decoration: none;
}

.select-language a:hover {
    color: #fece08;
    text-decoration: none;
}

.logo {
    left: 50%;
    margin: 18px 0 0 -86px;
    position: absolute;
    top: 0;
}

.main-banner {
    width: 100%;
    float: left;
    position: relative;
}

.main-banner>img {
    width: 100%;
}

.main-form {
    position: absolute;
    top: 145px;
    right: 5.83%;
    width: 48.33%;
}

.main-form .form-group {
    margin-bottom: 20px;
    position: relative;
}

.main-form h1 {
    font-family: 'Hacen Tunisia Bold';
    color: #fff;
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 0 0;
}

.main-form p {
    font-family: 'Hacen Tunisia Bold';
    color: #fff;
    font-size: 22px;
    line-height: 35px;
    margin: 0 0 15px 0;
}

.main-form .form-control,
.ui-selectmenu-button.ui-button,
.ui-selectmenu-button.ui-button:hover,
.ui-selectmenu-button.ui-button:focus {
    border: 2px solid #fece08;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: rgba(0, 0, 0, 0.7);
    padding: 0 30px 0 30px;
    height: 40px;
    line-height: 100%;
    color: #fff;
    font-family: 'Hacen Tunisia Lt';
    font-size: 16px;
}

.main-form .form-control option {
    padding: 0 30px;
}

select,
.ui-selectmenu-button.ui-button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/drop-down-arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: 98% center !important;
}

.main-form .form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.main-form .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.main-form .form-control:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.main-form .form-control:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.main-form textarea.form-control {
    resize: none;
    height: 140px;
    line-height: 24px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.banner-contacts {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 45px 0 45px 0;
}

.banner-contacts .col-xs-12>div {
    float: left;
    font-size: 25px;
    line-height: 35px;
    font-family: 'Hacen Tunisia';
    color: #fece08;
}

.banner-contacts .col-xs-12>div a,
.banner-contacts .col-xs-12>div a:link,
.banner-contacts .col-xs-12>div a:hover {
    color: #fece08;
    text-decoration: none;
}

.banner-contacts .col-xs-12>div img {
    float: right;
    margin: 0 35px 0 15px;
}

.subscription-packages {
    float: left;
    width: 100%;
    position: relative;
    background: url(../images/subscription-banner.jpg) center center no-repeat;
    background-size: cover;
    margin: 0 0 0 0;
}

.subscription-packages>img {
    visibility: hidden;
    width: 100%;
}

.subscription-packages-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}

.subscribe-inner {
    text-align: center;
    width: 43%;
}

.subscribe-inner>img {
    height: 82px;
    width: auto;
}

.subscribe-inner h2 {
    color: #fece08;
    font-size: 40px;
    line-height: 40px;
    margin: 15px 0 20px 0;
    font-family: 'Hacen Tunisia Bold';
}

.subscribe-plans {
    border: 2px solid #fff;
    border-radius: 12px;
    color: #fece08;
    float: left;
    font-family: "Hacen Tunisia Bold";
    font-size: 30px;
    padding: 10px 0 10px 0;
    line-height: 36px;
    margin: 0 1%;
    width: 31%;
}

.subscribe-plans span {
    color: #fff;
    display: block;
}

.discount-price.text-center {
    left: 0;
    position: absolute;
    top: 10%;
    width: 100%;
    z-index: -2;
}

.discount-price h5 {
    color: #fec411;
    font-size: 21px;
    line-height: 27px;
    margin: 24px 0 0 0;
    font-family: 'Hacen Tunisia';
}

.main-contents {
    float: left;
    padding: 20px 0 45px;
    width: 100%;
}

.main-contents-inner {
    padding: 0 15px 0 15px;
    width: 50%;
}

.main-contents-inner.pull-left {
    padding-right: 30px;
}

.main-contents-inner.pull-right {
    border-left: 3px solid #504d4d;
}

.main-contents ul {
    margin: 0;
}

.main-contents p,
.main-contents ul li {
    color: #4f4d4c;
    font-size: 20px;
    line-height: 35px;
    margin: 0 0 0 0;
    font-family: 'Hacen Tunisia Lt';
}

.main-contents ul li {
    padding: 0 42px 0 0;
    list-style: none;
    background: url(../images/list-item.png) right 5px no-repeat;
}

.footer-top {
    background: #fbc312;
    padding: 7px 0 7px 0;
}

.footer-top a,
.footer-top a:link {
    color: #020000;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    font-family: 'Hacen Tunisia Lt';
}

.footer-top a:hover {
    text-decoration: underline;
    color: #020000;
}

.footer-top a.pull-left {
    padding: 0 0 0 34px;
    background: url(../images/share-icon.png) center left no-repeat;
}

.footer-top a.pull-right {
    padding: 0 0 0 21px;
    background: url(../images/drop-arrow.png) center left no-repeat;
}

.footer-bottom {
    background: url(../images/footer-background.jpg) no-repeat #010000;
    background-size: 100% auto;
    padding-bottom: 20px;
}

.footer-logo {
    margin: 20px 0 24px;
    text-align: center;
}

.footer-bottom h6,
.footer-bottom .phone-number a,
.footer-bottom .phone-number a:link {
    font-size: 25px;
    line-height: 35px;
    color: #fece08;
    margin: 0;
    font-family: 'Hacen Tunisia';
    text-decoration: none;
}

.footer-bottom .phone-number a,
.footer-bottom .phone-number a:link {
    margin-top: 10px;
}

.footer-bottom .phone-number a:hover {
    color: #fece08;
    text-decoration: underline;
}

.app-download a,
.social-icons a {
    margin: 0 0 0 10px;
}

.copy-rights,
.copy-rights a {
    color: #fff;
    font-size: 16px;
}

.copy-links a {
    font-size: 15px;
}

.copy-top-txt {
    font-size: 18px;
    padding-top: 25px;
}

.send-btn {
    font-size: 25px;
    color: #03010b;
    background-color: #ffce07;
    border-color: #ffce07;
    border: none;
    box-shadow: none;
    padding: 5px;
    width: 240px;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 41px;
}

.send-btn:hover {
    background-color: #fff;
    color: #ffce07;
}

body.ltr .select-language {
    float: right;
    margin: 42px 90px 0 0;
}

body.ltr .main-form {
    left: 95px;
}

body.ltr .banner-contacts .col-xs-12>div {
    font-size: 18px;
}

body.ltr .banner-contacts .col-xs-12>div img {
    margin: 0 20px 0 15px;
}

body.ltr .subscribe-plans {
    font-size: 24px;
}

body.ltr .col-sm-3.copy {
    text-align: left;
}

.col-sm-3.copy p {
    direction: ltr;
}

body.ltr .app-download a,
body.ltr .social-icons a {
    margin: 0 10px 0 0;
}

.main-form .form-group label.error {
    color: #ff0000;
    position: absolute;
    bottom: -20px;
    right: 5px;
    margin: 0;
}

.ui-selectmenu-button.ui-button {
    width: 100% !important;
}

.ui-button .ui-icon {
    display: none;
}

.ui-selectmenu-text {
    line-height: 37px !important;
}

.ui-widget.ui-widget-content {
    border: 2px solid #fece08 !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: #000;
    padding: 15px 30px !important;
    margin-top: -40px;
}

.ui-menu .ui-menu-item-wrapper {
    color: #fff;
    font-family: 'Hacen Tunisia Lt';
    font-size: 16px;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper:focus,
.ui-state-active,
.ui-widget-content .ui-state-active {
    background-color: #fece08 !important;
    border-color: #fece08 !important;
    color: #000 !important;
}

select:focus {
    outline: none;
}

.ui-menu .ui-menu-item:first-child:after {
    content: "";
    background-image: url(../images/drop-down-arrow-up.png) !important;
    background-repeat: no-repeat !important;
    background-position: 98% center !important;
    width: 15px;
    height: 15px;
    right: -20px;
    position: absolute;
    top: 0;
}

.ui-menu .ui-menu-item:first-child {
    display: none;
}

.ui-menu .ui-menu-item {
    position: relative;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    color: #fff;
    font-family: 'Hacen Tunisia Bold';
    font-size: 16px !important;
    font-weight: normal !important;
    border-top: 1px solid #fece08 !important;
}

.ui-selectmenu-text {
    text-align: right;
}

body.ltr .ui-selectmenu-text {
    text-align: left;
}

body.ltr .main-form .form-group label.error {
    right: auto;
    left: 5px;
}

.successmsg {
    font-size: 20px;
    color: #fff;
    background-color: #276029;
    border-color: #ffce07;
    border: none;
    box-shadow: none;
    padding: 5px 35px 5px 35px;
    text-align: right;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-image: none;
    filter: none;
    position: relative;
    margin: 0;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: absolute;
    top: 4px;
    right: auto;
    color: inherit;
    left: 10px;
    opacity: 1;
    font-size: 36px;
    text-shadow: none;
}

a:focus {
    outline: none;
}

body.ltr .successmsg {
    text-align: left;
}

body.ltr .alert-dismissable .close,
.alert-dismissible .close {
    left: auto;
    right: 10px;
}

body.ltr .banner-contacts .col-xs-12>div {
    float: right;
}

.ui-selectmenu-text {
    margin-right: 0;
}

.main-contents .subscribe-inner {
    display: none;
}

.ltr .main-contents ul li {
    background: url("../images/list-item.png") no-repeat scroll left 5px;
    list-style: none;
    padding: 0 0 0 42px;
}

.ltr .footer-top a.pull-left {
    padding: 0 34px 0 0;
    background: url(../images/share-icon.png) center right no-repeat;
}

.ltr .footer-top a.pull-right {
    padding: 0 21px 0 0;
    background: url(../images/drop-arrow-ltr.png) center right no-repeat;
}

body .a2a_kit.a2a_kit_size_32.a2a_default_style {
    background: #f8f8f8;
    bottom: -7px;
    box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    -ms-box-shadow: 0 0 5px #666;
    -o-box-shadow: 0 0 5px #666;
    left: 136px;
    padding: 10px;
    display: none;
    position: absolute;
    z-index: 9;
    width: 55px;
}

body.ltr .a2a_kit.a2a_kit_size_32.a2a_default_style {
    left: auto;
    right: 181px;
    width: 100%;
}

.footer-top div.pull-left:hover div {
    display: block;
}

.footer-bottom .list-inline>li {
    border-right: 1px solid #fff;
    display: inline-block;
    line-height: 13px;
    padding-left: 7px;
    padding-right: 9px;
}

.rtl .footer-bottom .list-inline>li:first-child {
    border-right: 0;
}

.ltr .footer-bottom .list-inline>li:last-child {
    border-right: 0;
}

footer.visible-xs .footer-logo a {
    font-size: 32px;
    color: #fff;
    text-decoration: none;
}

body.ltr footer.visible-xs .footer-logo a.eng-play {
    display: block;
}

footer.visible-xs .footer-logo {
    margin-bottom: 0;
}

.footer-top div.pull-left:hover a {
    text-decoration: underline;
}

body.ltr {
    font-family: 'Bender-Black' !important;
}

body.ltr .main-form h1,
body.ltr .main-form p,
body.ltr .send-btn,
body.ltr .banner-contacts .col-xs-12>div,
body.ltr .subscribe-inner h2,
body.ltr .subscribe-plans,
body.ltr .discount-price h5,
body.ltr .main-contents p,
body.ltr .main-contents ul li,
body.ltr .footer-top,
body.ltr .footer-bottom h6,
body.ltr .footer-bottom .phone-number a,
body.ltr .footer-bottom .phone-number a:link,
body.ltr .main-form .form-control,
body.ltr .ui-selectmenu-text,
body.ltr .ui-menu .ui-menu-item-wrapper,
body.ltr .footer-bottom p,
body.ltr .footer-bottom li,
body.ltr .footer-bottom a,
body.ltr .footer-bottom,
body.ltr .footer-top a,
body.ltr .footer-top a:link,
body.ltr .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup,
body.ltr .successmsg {
    font-family: 'Bender-Black';
}

body.ltr .successmsg {
    font-size: 18px;
}

body.ltr .send-btn {
    font-size: 23px;
}

body.ltr .discount-price.text-center {
    width: 33%;
    left: 0;
    right: 0;
    margin: auto;
}

body.ltr .subscribe-inner.pull-left {
    float: right !important;
}

body.ltr .subscribe-inner.pull-right {
    float: left !important;
}

body.ltr .main-contents-inner.pull-right {
    padding-left: 15px;
    padding-right: 30px;
    border-right: 3px solid #504d4d;
    border-left: none;
    float: left !important;
}

body.ltr .main-contents-inner.pull-left {
    float: right !important;
    padding-left: 30px;
    padding-right: 15px;
}

body.ltr .footer-top .pull-left {
    float: right !important;
    position: relative;
}

body.ltr .footer-top a.pull-right {
    float: left !important;
}

body.ltr .app-download-main,
body.ltr .phone-number {
    float: right;
}

body.ltr .footer-bottom h6 {
    text-transform: uppercase;
    font-size: 22px;
}

body.ltr .app-download a.play-store-icon {
    float: left;
}

body.ltr .social-icons {
    direction: rtl;
    text-align: left;
}

body.ltr .col-sm-3.copy p {
    direction: rtl;
}

body.ltr .col-sm-3.copy,
body.ltr .copy-links {
    float: right;
    padding: 0;
}

body.ltr .copy-eng {
    padding: 0;
}

.dvLoading {
    background: url(../images/ajax-loader.gif) no-repeat #fff;
    background-position: center center;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    display: block;
}

.dvLoading.hide {
    display: none;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup:nth-of-type(2) {
    border: none !important;
}

body.ltr .main-form p {
    font-size: 18px;
}

body.ltr .main-form h1 {
    font-size: 26px;
}

body.ltr .main-contents p,
body.ltr .main-contents ul li {
    font-size: 16px;
}

body.ltr .discount-price.price-mobile {
    width: 100%;
}

body.ltr .discount-price.price-mobile h5 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
}

body.ltr .a2a_kit.a2a_kit_size_32.a2a_default_style {
    width: 52px;
    right: -52px;
}

.a2a_svg {
    height: 29px !important;
    width: 29px !important;
    margin-bottom: 2px;
}

body.rtl .footer-top .pull-left {
    padding-right: 10px;
}

/*NEW STYLES 20-09-2017*/

#blockui-users {
    background: rgba(0, 0, 0, 0.6);
}

.main-form {
    top: 215px;
}

img.madadna-img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 175px;
}

.banner-contacts {
    position: relative;
    bottom: -8px;
}

img.banner_desk {
    display: block;
}

img.banner_mob {
    display: none;
}

/*  -------------------- Large devices (large desktops)  -------------------- */

@media (min-width: 1200px) {}

/*  -------------------- Medium devices (desktops)  -------------------- */

@media (max-width: 1199px) {
    .main-form {
        top: 145px;
    }
    img.madadna-img {
        max-width: 160px;
    }
}

/*  -------------------- Medium devices (desktops)  -------------------- */

@media (max-width: 992px) {}

/*  -------------------- Small devices (tablets)  -------------------- */

@media (max-width: 768px) {
    .logo {
        left: 50% !important;
        margin-left: -86px !important;
        right: auto !important;
    }
    img.madadna-img {
        max-width: 125px;
    }
    img.banner_mob {
        display: block;
    }
    img.banner_desk {
        display: none;
    }
    .send-btn {
        width: 100%;
    }
}

/*  -------------------- Extra small devices (phones)  -------------------- */

@media (max-width: 480px) {
    img.madadna-img {
        max-width: 80px;
    }
    img.banner_mob {
        display: block;
    }
    img.banner_desk {
        display: none;
    }
    .logo {
        max-width: 125px;
        left: 50% !important;
        margin-left: -62px !important;
        right: auto !important;
    }
    .main-contents {
        padding: 0px 0 45px;
    }
    .main-contents-inner.pull-right {
        padding-top: 0 !important;
    }
}

img.banner_desk {
    width: 100% !important;
}

/*removing the offer*/

.main-form h1 {
    margin-bottom: 15px;
}

.main-form p:first-of-type {
    display: none;
}

.discount-price.text-center,
.subscribe-plans,
img.madadna-img,
.copy-links,
.banner-contacts {
    display: none;
}

.copy-eng {
    float: right;
}

body.ltr .col-sm-3.copy {
    float: left;
}

.discount-price.text-center,
.subscribe-plans {
    display: block;
}

@media (max-width: 768px) {
    .main-header {
        background: #000;
        min-height: 150px;
        background: transparent;
    }
    img.banner_mob {
        display: block;
        background: #000;
        width: 100%;
    }
    .main-form {
        margin-top: 0;
    }
}

#offer-hint {
    background: #000;
    margin: 0;
    width: 100%;
    padding: 20px 0;
}

#offer-hint p {
    width: auto;
    margin: 5px auto;
    display: block;
    text-align: center;
    font-size: 26px;
    color: #fece08;
    max-width: 65%;
}

#offer-hint p.sec-hint {
    font-size: 18px;
    color: #ccc;
}