html {
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'NeoSansArabic';
    src: url('../Fonts/NeoSansArabic.eot?#iefix') format('embedded-opentype'), url('../Fonts/NeoSansArabic.woff') format('woff'), url('../Fonts/NeoSansArabic.ttf') format('truetype'), url('../Fonts/NeoSansArabic.svg#NeoSansArabic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html {
    height: 100%;
    font-family: 'NeoSansArabic';
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}

body {
    opacity: 1;
    background-color: black;
    margin: 0;
    overflow: hidden;
    font-family: 'NeoSansArabic';
}


img {
    border: 0;
}

ul, li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    color: #fb7c03;
    text-decoration: none;
}

div {
    position: relative
}

#menu-holder {
}



a.go {
    font-size: 15px;
}

    a.go:hover {
        text-decoration: underline;
    }

#home {
    margin-top: 20px;
}

.column-clear {
    clear: both;
}


/***** PRICING TABLE *****/
.price_table {
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-weight: normal;
    color: #444444;
    border-radius: 5px;
}

    .price_table a {
        color: #444444;
    }

    .price_table .align_center {
        text-align: center;
    }

    .price_table .pack-title {
        font-size: 16px;
        font-weight: 900;
        color: white;
        /*text-shadow: 0 1px 0 #493D55;*/
        background-color: #493D55;
        margin-top: 10px;
    }

    .price_table .price {
        font-size: 18px;
        font-weight: 900;
        color: white;
        text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4);
        margin: 30px 0px 20px 0px;
    }

    .price_table .time {
        font-size: 14px;
        color: white;
        text-shadow: 0 1px 0 rgba(125, 207, 61, 0.4);
    }

    /* --- header row 1 ---  */
    .price_table .column_1 .header_row_1 {
        border-radius: 10px 0 10px 0px;
        height: 45px;
        width: 100%;
        padding: 5px 0px 0px 0px;
        border-bottom: 1px solid #37752B;
        background: #493D55;
    }

    /* --- header row 2 ---  */
    .price_table .column_1 .header_row_2 {
        height: 100px;
        width: 100%;
        padding: 5px 0px;
        border-top: 1px solid #B0E287;
        background: #3A3144;
        color: white;
        border-radius: 10px;
    }

    .price_table .column_1 {
        height: 100%;
        float: left;
        width: 270px;
        -webkit-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        /**** COLUMN HOVERS ****/
        .price_table .column_1:hover, .MoreHeight {
            position: relative;
            z-index: 100;
            box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
            -webkit-box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
            -moz-box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
            -webkit-transform: translate(-5px,-15px);
            -moz-transform: translate(-5px,-15px);
            -o-transform: translate(-5px,-15px);
            -ms-transform: translate(-5px,-15px);
            transform: translate(-5px,-15px);
            -webkit-transition-delay: 0s;
            -moz-transition-delay: 0s;
            -o-transition-delay: 0s;
            -ms-transition-delay: 0s;
            transition-delay: 0s;
        }

            .price_table .column_1:hover .header_row_1,
            .price_table .column_1:hover .header_row_2,
            .price_table .column_1:hover .row_style_1,
            .price_table .column_1:hover .row_style_2,
            .price_table .column_1:hover .row_style_footer_1,
            .price_table .column_1:hover .row_style_footer_2 {
                padding-left: 5px;
                padding-right: 5px;
            }

    /**** DATA ROWS  ****/
    .price_table .row_style_1,
    .price_table .row_style_2,
    .price_table .row_style_footer_1,
    .price_table .row_style_footer_2 {
        width: 100%;
        padding-top: 9px;
        float: left;
    }

    .price_table .row_style_footer_1, .price_table .row_style_footer_2 {
        padding: 10px 0px;
    }

    .price_table .row_style_1, .price_table .row_style_footer_1 {
        background-color: #F9F8F0;
        border-radius: 10px 10px 10px 10px;
    }

    .price_table .row_style_2, .price_table .row_style_footer_2 {
        background-color: #F0EED9;
    }

        .price_table .row_style_1 span, .price_table .row_style_2 span {
            position: relative;
            font-size: 14px;
        }

            .price_table .row_style_1 span:before, .price_table .row_style_2 span:before {
                background: url("LoginImages/icon-yes.gif") no-repeat 0 0;
                width: 24px;
                height: 24px;
                left: -30px;
                position: absolute;
                top: -3px;
                content: "";
            }

    .price_table .no-option span:before {
        background: url("LoginImages/icon-no.gif") no-repeat 0 0;
        width: 24px;
        height: 24px;
        left: -30px;
        position: absolute;
        top: -3px;
        content: "";
    }

/**** BUY NOW BUTTON ****/
.buy_now {
    cursor: pointer;
    width: 100%;
    padding: 9px 16px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: 100;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    border-style: solid;
    border-width: 0;
    color: #ffffff;
    border-color: #644f6c #654f6c #382e46;
    background: #695371;
    background: linear-gradient(#83688c, #433448);
    background: linear-gradient(#55486f, #332a46);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #382e46;
}

    .buy_now:hover {
        border-color: #292d56 #3f4368 #7d6585;
        background: linear-gradient(#292d56, #45496d);
    }











h1, h2, h3, h4, h5, h6 {
    margin: 0
}

p {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

ul, li {
    margin: 0;
    list-style-type: none
}

input {
    outline: none;
    border: none
}

textarea {
    outline: none;
    border: none
}

    textarea:focus, input:focus {
        border-color: transparent !important
    }

        input:focus::-webkit-input-placeholder {
            color: transparent
        }

        input:focus:-moz-placeholder {
            color: transparent
        }

        input:focus::-moz-placeholder {
            color: transparent
        }

        input:focus:-ms-input-placeholder {
            color: transparent
        }

        textarea:focus::-webkit-input-placeholder {
            color: transparent
        }

        textarea:focus:-moz-placeholder {
            color: transparent
        }

        textarea:focus::-moz-placeholder {
            color: transparent
        }

        textarea:focus:-ms-input-placeholder {
            color: transparent
        }

input::-webkit-input-placeholder {
    color: #999
}

input:-moz-placeholder {
    color: #999
}

input::-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder {
    color: #999
}

textarea::-webkit-input-placeholder {
    color: #999
}

textarea:-moz-placeholder {
    color: #999
}

textarea::-moz-placeholder {
    color: #999
}

textarea:-ms-input-placeholder {
    color: #999
}

label {
    display: block;
    margin: 0
}

button {
    outline: none !important;
    border: none;
    background: 0 0
}

    button:hover {
        cursor: pointer
    }

iframe {
    border: none !important
}

.txt1 {
    font-size: 13px;
    line-height: 1.4;
    color: #555
}

.txt2 {
    font-family: Montserrat-Regular;
    font-size: 13px;
    line-height: 1.4;
    color: #999
}

.size1 {
    width: 355px;
    max-width: 100%
}

.size2 {
    width: calc(100% - 43px)
}

.bg1 {
    background: #3b5998
}

.bg2 {
    background: #1da1f2
}

.bg3 {
    background: #cd201f
}

.limiter {
    width: 100%;
    margin: 0 auto
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f2f2f2
}

.wrap-login100 {
    width: 100%;
    background: #fff;
    /* overflow: hidden; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    /* display: flex; */
    /* flex-wrap: wrap; */
    align-items: stretch;
    flex-direction: row;
}

.login100-more {
    background-image: url(LoginImages/banner-pension.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -100px;
    position: relative;
    z-index: 1;
    width: calc(100% - 0px);
    width: 100%;
}

    .login100-more::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(41, 45, 86, 0.48);
    }

.login100-form {
    width: 560px;
    min-height: 100vh;
    display: block;
    background-color: #ffffff;
    padding: 110px 55px 55px;
    opacity: 1;
}

.content.login100-form #sError {
    color: #dc0707;
    font-size: 13px;
}


.login100-form-title {
    width: 100%;
    display: block;
    font-family: arial;
    font-size: 20px;
    color: #484848;
    line-height: 1.2;
    text-align: center;
}

.wrap-input100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 49px;
    position: relative;
    border: 1px solid #dacaad;
    border-radius: 10px;
    margin-bottom: 10px;
}

.label-input100 {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #999;
    line-height: 1.2;
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    padding-left: 24px;
    left: 0;
    top: 18px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.input100 {
    display: block;
    width: 100%;
    background: 0 0;
    font-family: arial;
    font-size: 14px;
    color: #555;
    line-height: 1.2;
    padding: 0 20px;
    border-radius: 10px;
}

.g-recaptcha {
    margin-top: 10px;
    text-align: center;
}

    .g-recaptcha div {
        margin: auto;
    }

input.input100 {
    height: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #b2854f;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.eff-focus-selection {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.input100:focus {
    height: 48px
}

    .input100:focus + .focus-input100 + .label-input100 {
        top: 14px;
        font-size: 13px
    }

.has-val {
    height: 48px !important
}

    .has-val + .focus-input100 + .label-input100 {
        top: 14px;
        font-size: 13px
    }

.input-checkbox100 {
    display: none
}

.label-checkbox100 {
    font-family: Poppins-Regular;
    font-size: 13px;
    color: #999;
    line-height: 1.4;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer
}

    .label-checkbox100::before {
        content: "\f00c";
        font-family: FontAwesome;
        font-size: 13px;
        color: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 18px;
        height: 18px;
        border-radius: 2px;
        background: #fff;
        border: 1px solid #6675df;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.input-checkbox100:checked + .label-checkbox100::before {
    color: #6675df
}

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.wrap-login100 span.login100-form-title {
    padding: 14px 0;
    float: left;
    width: 100%;
}

.login100-form-btn {
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -moz-box;
    display: -ms-flexbox;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* padding: 0 20px; */
    /* width: 100%; */
    /* height: 50px; */
    /* border-radius: 10px; */
    /* font-family: arial; */
    font-size: 15px;
    /* color: #fff; */
    /* line-height: 1.2; */
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
    /* -webkit-transition: all .4s; */
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    font-family: inherit;
    line-height: 1.72em;
}

    .login100-form-btn:hover {
    }

@media(max-width:992px) {
    .login100-form {
        width: 50%;
        padding-left: 30px;
        padding-right: 30px
    }

    .login100-more {
        width: 50%
    }
}

@media(max-width:768px) {
    .login100-form {
        width: 100%
    }

    .login100-more {
        display: none
    }
}

@media(max-width:576px) {
    .login100-form {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 70px
    }
}

.validate-input {
    position: relative
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    z-index: 100;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
    font-family: Poppins-Regular;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    z-index: 110;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1
}

.flex-sb-m.w-full.forget-password div {
    text-align: right !important;
    margin-top: -15px;
}

.content.login100-form #sError {
    text-align: center;
}

img.logo-login {
    width: 90px;
}

.img-wrp {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -70px;
}

@media(max-width:1440px) {
    .login100-more {
        width: calc(100% - -33px);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: -179px -152px;
        position: relative;
        z-index: 1;
    }
}




@media(max-width:992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1
    }
}

.login100-form-social-item {
    width: 36px;
    height: 36px;
    font-size: 18px;
    color: #fff;
    border-radius: 50%
}

    .login100-form-social-item:hover {
        background: #333;
        color: #fff
    }

.content.login100-form p {
    font-size: 22px;
    text-align: center;
    font-weight: bolder;
    color: #6f6f6f;
    margin-top: -30px;
}

.login-language {
    width: 100%;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100px;
}

    .login-language a {
        width: 100%;
        padding: 8px 0;
        background: #ffffff;
        display: block;
        text-align: center;
        position: relative;
        margin-top: 14px;
        margin-right: 25px !important;
        right: 16px;
        border-radius: 4px;
        color: #2f2034;
        font-size: 14px;
        border: 1px solid #cfbfd4;
        font-family: 'NeoSansArabic';
    }

.header_row_2.align_center {
    background: #ffffff;
    margin-bottom: 10px;
    float: left;
    padding: 0px 14px;
    width: -webkit-fill-available;
    /* border-bottom: 1px solid #ded1e2; */
}

    .header_row_2.align_center .price {
        float: left;
        padding-right: 20px;
    }

    .header_row_2.align_center .time {
        float: left;
        font-family: sans-serif;
        color: #4a4a4a;
        font-weight: 600;
        font-size: 13px;
        padding: 4px 0;
    }

    .header_row_2.align_center .price span {
        font-weight: 600;
        font-size: 18px;
        font-family: sans-serif;
        color: #545454;
    }

.flex-sb-m.w-full.forget-password {
    padding: 6px 0;
    padding-top: 0;
}

    .flex-sb-m.w-full.forget-password button.txt1 {
        text-align: right;
        float: right;
        margin-bottom: 15px;
        font-family: sans-serif;
        color: #636363;
        text-decoration: underline;
    }

.login100-form form {
    margin-bottom: 5px;
    border-bottom: 1px solid #ded1e2;
    float: right;
    width: 100%;
    padding-bottom: 25px;
}

.box-new-reg img {
    width: 60px;
}

.box-new-reg {
    float: left;
}

.pack-title {
    float: left;
    padding: 20px 8px;
    font-size: 17px;
    font-family: arial;
    padding-left: 12px;
    font-weight: 700;
    color: #514056;
}

li.main-new {
    border: 1px solid #b2854f26;
    float: left;
    width: 100%;
    padding: 7px 14px;
    border-radius: 0;
    background: #dacaad;
    margin-bottom: 15px;
}

ul.new-registration-wp {
    float: left;
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #ded1e2;
}

body.appWrapper.rtl.k-rtl span.login100-form-title {
    font-family: "JF Flat", "Arial", sans-serif;
    padding: 6px 0;
    font-size: 18px;
    font-weight: bold;
    font-family: 'NeoSansArabic';
}

body.appWrapper.rtl.k-rtl .header_row_2.align_center .time {
    float: right;
    font-family: "JF Flat", "Arial", sans-serif;
    font-family: 'NeoSansArabic';
}

body.appWrapper.rtl.k-rtl .header_row_2.align_center .price span {
    font-family: "JF Flat", "Arial", sans-serif;
    font-size: 15px;
    font-family: 'NeoSansArabic';
}

body.appWrapper.rtl.k-rtl .header_row_2.align_center .price {
    float: right;
    padding-right: 0;
    padding-left: 20px;
    font-family: "JF Flat", "Arial", sans-serif;
}

body.appWrapper.rtl.k-rtl .input100, .login100-form-btn {
    font-family: 'NeoSansArabic';
}

body.appWrapper.rtl.k-rtl .flex-sb-m.w-full.forget-password button.txt1 {
    float: left;
    text-align: left;
    font-family: "JF Flat", "Arial", sans-serif;
    font-family: 'NeoSansArabic';
}

body.appWrapper.rtl.k-rtl .box-new-reg {
    float: right;
    margin-right: 30px;
    font-family: "JF Flat", "Arial", sans-serif;
}

body.appWrapper.rtl.k-rtl .pack-title {
    float: right;
    padding-left: 0;
    padding-right: 12px;
    font-family: "JF Flat", "Arial", sans-serif;
    font-size: 15px;
    font-family: 'NeoSansArabic';
}

li.main-new:hover {
    background: #dacaad;
    background: #dbc5a4;
}

.login100-form-btn {
    text-align: center;
    display: block;
}


body.ltr .pack-title {
    font-size: 16px !important;
}

















@media(max-width:1440px) {

    .content.login100-form p {
        font-size: 18px;
        text-align: center;
        font-weight: bolder;
        color: #6f6f6f;
        margin-top: -45px;
    }

    .wrap-input100 {
        height: 40px;
    }

    .wrap-login100 span.login100-form-title {
        padding: 8px 0 !important;
        font-size: 17px !important;
    }

    .box-new-reg img {
        width: 40px;
    }

    li.main-new {
        padding: 6px 14px;
    }

    .pack-title {
        padding: 9px 8px;
    }

    .login100-more {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: initial;
        position: relative;
        z-index: 1;
    }

    .login100-form {
        width: 460px;
        min-height: 100vh;
        display: block;
        background-color: #ffffff;
        padding: 62px 20px 26px;
        opacity: 1;
    }

    .login-language {
        right: -37%;
        z-index: 9;
    }

    body.appWrapper.rtl.k-rtl.ng-scope .login-language {
        left: -74px;
        right: inherit;
    }
}




@media(max-width:768px) {

    .login100-form {
        margin: auto;
        padding-top: 105px;
    }

    .login100-more {
        display: none;
    }

    body.appWrapper.rtl.k-rtl.ng-scope .login-language {
        right: -32%;
    }

    .login-language {
        left: -119%;
        z-index: 9;
    }

    body.appWrapper.rtl.k-rtl.ng-scope .login-language {
        right: 0 !important;
        left: auto !important;
    }

    body.appWrapper.ltr.k-ltr .login-language {
        left: 0 !important;
        right: -70% !important;
    }
}

.IE-Message {
    position: absolute;
    left: 0;
    right: 0;
    /* bottom: -21px; */
    background: #fff57a;
    top: 0;
    padding: 10px;
    text-align: center;
    color: #000;
    display:none;
}

    .IE-Message p {
        color: #000;
    }

body.k-rtl .IE-Message p.en-english {
 display:none
}
body.k-ltr .IE-Message p.ar-arbic {
    display: none
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .IE-Message {
 
        display: block;
    }

}