﻿@media only screen and (max-width:900px) {

    /* Hamburger Menu Icon - MUST show on mobile! */
    .header_open_menu_icon {
        display: block !important;
        position: fixed !important;
        top: 20px !important;
        right: 20px !important;
        z-index: 999999 !important;
        cursor: pointer !important;
        background: rgba(255, 255, 255, 0.9) !important;
        padding: 8px !important;
        border-radius: 5px !important;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: auto !important;
        height: auto !important;
    }
    
    .header_open_menu_icon a {
        display: block !important;
        line-height: 0 !important;
        text-decoration: none !important;
    }
    
    .header_open_menu_icon svg {
        width: 30px !important;
        height: 30px !important;
        display: block !important;
    }
    
    body.ltr-p .header_open_menu_icon {
        right: auto !important;
        left: 20px !important;
    }

    .logon-btn {
        display: block;
        background-color: #eee;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0.2vw 0.5vw;
        font-size: 13px;
        font-weight: 400;
        border-radius: 1vw;
        color: #1A214B;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        -webkit-transition: background 0.15s linear;
        transition: background 0.15s linear;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 12px 2px 12px 2px;
        padding: 0 15px;
        padding: .4rem .7rem;
    }
    .logon-btn::after {
        content: 'الدخول';
        display: inline-block;
        font-weight: 600;
        color: #1A214B;
    }
    body.ltr-p .logon-btn::after {
        content: 'login';
    }
    .logon-btn::before {
        margin-left: .5rem;
        font-weight: 600;
    }
    body.ltr-p .logon-btn i {
        margin-right: .3rem;
    }

    .call-details label {
        width: 90px;
    }

    a[href^=tel] {
        color: inherit !important;
        text-decoration: none !important;
    }

    .boxed {
        width: 100%;
        padding: 0 15px;
    }

    section h2 {
        font-size: 28px;
        line-height: 28px;
        font-weight: 500;
    }

    section p {
        font-size: 14px;
        line-height: 18px;
    }

    .portfolio-management p {
        line-height: 21px;
    }

    .portfolio-management {
        background-size: auto 100%;
        padding: 30px 0;
    }

    .button {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        min-width: 135px;
        border-radius: 12px 2px 12px 2px;
    }

    .register-popup.register .buttons .button {
        height: 40px;
        line-height: 39px;
    }

    .button.outline {
        height: 30px;
        line-height: 25px;
        border: 2px solid #2E3A84;
    }

    .under-slider .boxed {
        display: block;
        padding: 25px 0;
    }

    .under-slider .title {
        font-size: 18px;
    }

    .under-slider .more {
        font-size: 11px;
    }

        .under-slider .more i {
            font-size: 7px;
            margin-right: 2px;
        }

    .under-slider a {
        border-bottom: 1px solid #eee;
        margin-bottom: 0.8rem;
        padding-bottom: 1rem;
        padding: 0 0.6em 0.8rem;
    }

        .under-slider a:last-child {
            border: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }

        .under-slider a img {
            width: 50px;
            height: 50px;
            margin-left: 11px;
        }

    .about .boxed {
        display: block;
    }

        .about .boxed > .text {
            padding: 0;
            padding-bottom: 0.5rem;
        }

    .about .boxed {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .vid img {
        width: 100%;
        display: inline-block;
    }


    .vid {
        margin: 0;
        border: 0;
        padding: .5rem;
        justify-content: center;
    }

    .play-i {
        width: 50px;
        height: 50px;
        padding-left: 4px;
    }

        .play-i i {
            font-size: 15px;
        }

    .why-us .title {
        font-size: 15px;
    }

    .why-us i {
        font-size: 22px;
        margin-left: 12px;
    }

    .about .why-us {
        padding-top: 21px;
        padding-bottom: 0;
        overflow-x: hidden;
    }

    .why-us > div:last-child p {
        margin: 0;
    }

    .master-card .boxed {
        display: block;
    }

    .card-wrapper .section-slogan {
        font-size: 13px;
    }

    section .head {
        margin-bottom: 15px;
    }

    section {
        display: block;
        padding: 30px 0;
    }

    .under-slider {
        display: block;
    }

    .card-wrapper .card {
        width: 100%;
        height: auto;
        margin-top: -21px;
        margin-bottom: 8px;
    }

    .text-wrapper {
        z-index: 10;
        position: relative;
    }

        .text-wrapper .last {
            font-size: 10px;
        }

    .master-card {
        padding-bottom: 17px;
    }

    section .head p {
        margin-top: 15px;
    }

    .master-card .line1 {
        right: 18.5vw;
    }

    .master-card .line2 {
        right: 70vw;
    }

    .plans .head {
        margin-bottom: 15px;
    }

    .plan {
        -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
        margin-bottom: 10px;
        padding: 13px;
    }

    .plans .content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .plan ul li {
        font-size: 12px;
        line-height: 23px;
        display: block;
        height: auto;
    }

    .plan ul {
        min-height: 248px;
    }

    .plan .title {
        font-size: 15px;
    }

    .plan i {
        font-size: 29px;
        margin-top: 7px;
        margin-bottom: 10px;
    }

    .plan .seperator {
        width: 45%;
        height: 2px;
        border-radius: 2px;
    }

    .plan .blacksperator {
        width: 45%;
        height: 2px;
        border-radius: 2px;
    }
    .plan-03 > img {
        width: 55px;
    }

    .plan .button {
        font-size: 11px;
        line-height: 22px;
    }

    .plan-head {
        margin-bottom: 7px;
    }

    footer .warning {
        font-size: 10px;
        padding: 10px 0;
    }

    footer .logo {
        display: none;
    }

    .prizes-wrapper {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .social-trading {
        background-size: auto 100%;
    }

    .tm {
        font-size: 11px;
    }

    .section-slogan {
        font-size: 13px;
    }

    .social-trading .text {
        display: block;
        margin-bottom: 27px;
    }

    .social-trading .testimonials i {
        font-size: 14px;
        margin-left: 10px;
        margin-right: 9px;
    }

    .social-trading .testimonials img {
        width: 50px;
        height: 45px;
        border-radius: 5px;
        min-width: 50px;
    }

    .social-trading .testimonials {
        padding: 10px;
    }

        .social-trading .testimonials .name {
            font-size: 11px;
            margin-top: 5px;
        }

    .testimonials .boxed {
        display: block;
        padding-left: 0;
        padding-right: 22px;
    }

    .testimonials .details p {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .testimonials .name {
        font-size: 11px;
        font-weight: 500;
    }

    img.whats {
        width: 110px;
        height: auto;
        margin: 0 auto;
        margin-top: 14px;
    }

    .testimonials .position {
        font-size: 10px;
    }

    .testimonials .clients-pic {
        width: 90px;
        height: auto;
        margin-right: -16px;
        margin-bottom: -15px;
    }

    .testimonials .seoerator {
        height: 2px;
        width: 160px;
        margin: 0;
        display: block;
        margin-bottom: 7px;
        display: none;
    }

    .quetes-icon {
        width: 50px;
        height: auto;
        left: 0vw;
    }

    .desktop {
        display: none !important;
    }

    .aside-contact {
        display: none;
    }

    .top-bar .boxed {
        padding: 0.6rem 0;
    }

    .left-details .lang img {
        width: 19px;
        height: 13px;
    }

    .left-details .lang span {
        display: none;
    }

    .top-bar {
        padding: .3rem 10px;
        position: relative;
    }

    .contact-details > div.mail {
        display: none;
    }

    .contact-details span {
        font-size: 14px;
        color: #333333 !important;
        white-space: nowrap;
    }

    .contact-details i.icon-asset-10 {
        font-size: 10px;
    }

    .contact-details i {
        font-size: 12px;
        margin-left: 5px;
    }

    .header .logo img {
        height: auto;
        width: 132px !important;
    }
    .header {
        padding: 0 .5rem;
    }

    .header .boxed {
        padding: 0 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }
    .header label.icon-menu {
        font-size: 2rem;
    }

    .contact-details > div {
        margin-left: 10px;
    }

    .logon-btn i {
        font-size: 16px;
        margin: auto;
        color: #333;
    }
    .logon-btn i::after {
        margin-right: 15px;
    }
    .logon-btn i::before {
        margin-left: 5px;
    }

    .logon.mobile {
        margin-right: auto;
        margin-left: 19px;
    }

    .slider h1 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 7px;
        font-weight: 500;
    }

    .slider .details {
        width: 100%;
        text-align: center;
    }

    .prpl-overlay {
        width: 120%;
        background-image: linear-gradient(to bottom right, #1A214B, #1A214B);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }

    .slider img {
        width: 160% !important;
        max-width: inherit;
        margin-right: -60%;
    }

    .slider .desc {
        font-size: 18px;
        line-height: 22px;
    }

    .slider .buttons a {
        margin: 0 3px !important;
    }

    .slider .buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 14px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .slider .buttons a:first-child {
        }

    .slider .icon-asset-12 {
        font-size: 12px;
    }

    .slider .boxed {
        margin-top: -7px;
    }

    #Player {
        width: 100%;
        height: auto;
    }

    #VideoPopup + .popup {
        width: 91%;
    }

    input:checked + .main-menu {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible;
    }

    .main-menu {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
        -webkit-transition: all 0.15s ease;
        transition: all 0.15s ease;
        position: fixed;
        background: #fff;
        color: #333;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 100000;
    }

        .main-menu > ul > li > a {
            font-size: 16px;
            padding: 11px 10px;
            display: block;
        }

        .main-menu > ul {
            display: block;
        }

        .main-menu ul ul li a{
            color: #f1f1f1;
        }

        .main-menu ul li {
            background-color: #fff;
            display: block;
            margin-right: 0;
            padding: .1rem .1rem;
        }

        .main-menu > ul li {
            border-bottom: 1px solid #ccc;
        }

        .main-menu ul li a {
            color: #1A214B;
        }

    .exit-head.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-left: 15px;
        position: relative;
        top: 14px;
        z-index: 15;
    }

    .header.sticky {
        top: -42px;
    }

    .prizes > div {
        padding: 0 5px;
    }

    .register-box {
        width: 100%;
        position: fixed;
        top: 63px;
        z-index: 22;
    }

        .register-box .title {
            font-size: 16px;
            margin-bottom: 5px;
            font-weight: 500;
        }

    .register-popup .title {
        font-weight: 500;
    }

    input:not([type="checkbox"]), select, textarea {
        height: 40px;
        border-radius: 30px;
        padding: 2px 12px;
        font-size: 16px;
        line-height: 1;
    }

    .register-b {
        margin-top: 10px;
        font-size: 14px;
    }

    .register-box .icon-arrow-2 {
        left: 45px;
        right: initial;
        top: -10px;
        color: #eee;
    }

    .rb-overlay {
        visibility: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        background: rgba(255,255,255,0.5);
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 10;
        right: 0;
        top: 70px;
    }

    .register-box.active + .rb-overlay {
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .register-box.fix-top {
        top: 37px;
        z-index: 21;
    }

    .register-popup .input {
        margin-bottom: 13px;
    }

    .register-popup {
        padding: 12px;
        border-radius: 6px;
        width: 95%;
    }

        .register-popup .buttons .button:first-child {
            margin-left: 6px;
        }

        .register-popup input {
            padding-right: 30px;
        }

        .register-popup .input i {
            font-size: 13px;
            right: 12px;
            top: 14px;
        }

    .bg .boxed {
        padding-top: 0;
    }

    .bg {
        height: 66px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .content-p > .boxed {
        margin-top: 0;
        padding: 10px;
    }

    .content-p p, .content-p ul, .content-p span, .content-p ol {
        font-size: 16px;
    }

    .bg h1 {
        font-size: 20px;
        line-height: 20px;
    }

    .bread-crumb a {
        font-size: 11px;
        display: block;
    }

    .bread-crumb .icon-asset-13 {
        font-size: 7px;
        margin: 0 7px;
    }

    .content-p h3 {
        font-size: 20px;
    }

    .content-p h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    th, td {
        padding: 9px;
    }

    table {
        width: 100%;
        margin-bottom: 22px;
    }

    .content-p li {
        margin-bottom: 10px;
    }

    .content-p .left-img {
        float: none;
        width: 100%;
        margin-bottom: 9px;
    }

    .bread-crumb {
        display: none;
    }

    .content-p img.halal {
        margin: 0 auto;
    }

    .with-icons i {
        font-size: 28px;
    }

    .with-icons > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        margin-bottom: 18px;
    }

    .with-icons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 23px;
    }

    .legal li {
        display: block;
    }

        .legal li a {
            margin-top: 3px;
        }

    .faqs > div {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .content-p h2 {
        font-size: 23px;
    }

    .inner img {
        width: 100% !important;
    }

    .plans-2 > div {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    }

    .plans-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .iframe {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 10px;
        padding: 12px;
    }

    .iframes .boxed {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .iframe .title {
        font-size: 21px;
    }

    .main-menu > ul > li ul {
        height: 0;
        -webkit-transition: all 0.15s linear;
        transition: all 0.15s linear;
        border-top: 1px solid #ccc;
        visibility: hidden;
        position: relative;
        overflow: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    .main-menu > ul > li.active {padding: 0;}
    .main-menu > ul > li.active ul {
        height: auto;
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .main-menu > ul ul li {
        background-color: #F6F7F9;
        border-bottom: none;
    }

    .main-menu > ul ul li a {
        font-size: 16px;
        height: auto;
        padding: 10px 30px;
        border-bottom: none;
        color: #333;

    }

    .plans {
        padding: 0;
    }

        .plans .boxed {
            padding-top: 30px;
            padding-bottom: 30px;
        }

    .fix-t:before {
        content: "";
        width: 100%;
        height: 30px;
        display: block;
        margin-top: -30px;
    }

    .contact-us-form {
        width: 100%;
    }

    .register-popup p {
        font-size: 15px;
    }

    .call-details label {
        font-size: 15px;
    }

    .sub-t {
        font-size: 15px;
    }

    .inner-w > div label {
        width: 60px;
        font-size: 13px;
    }

    #suceessmessage input {
        width: 160px;
    }

    .reg-details img {
        display: none;
    }

    .copy {
        margin-right: auto;
    }

    .inner-w .button {
        height: 30px;
        line-height: 30px;
    }

    #suceessmessage input {
        height: 26px;
    }

    .footer-s2 {
        display: block;
    }

        .footer-s2 .right {
            display: flex;
            justify-content: center;
            margin-bottom: 30px;
            margin-top: 24px;
        }

        .iframes {
            display: none;
        }

    /* section.slider .slider {display:none} */
    section.slider .slider .slide-track {
        -webkit-animation: scroll 25s linear infinite;
                animation: scroll 25s linear infinite;
    }
}

@media only screen and (min-width:767px) and (max-width:899px) {
    video {
        display: none;
    }

    .under-slider .boxed {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .under-slider a {
        border: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .card-wrapper .card {
        width: 65%;
        margin: 0 auto;
    }

    .plan {
        -ms-flex-preferred-size: calc(33.3333% - 5px);
        flex-basis: calc(33.3333% - 5px);
    }

    .prizes > div {
        padding: 0 22px;
    }

    .vid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center !important;
    }

    .about .why-us {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .about .why-us > div {
            -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
        }
}
