/* Minification failed. Returning unminified contents.
(315,5): run-time error CSS1030: Expected identifier, found ' '
(340,1): run-time error CSS1019: Unexpected token, found '}'
(1004,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1006,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1945,3): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1946,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1955,3): run-time error CSS1019: Unexpected token, found '@keyframes'
(1956,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2177,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2178,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2203,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2204,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(2778,12): run-time error CSS1036: Expected expression, found ';'
(3076,1819): run-time error CSS1019: Unexpected token, found '@keyframes'
(3076,1838): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Tajawal:300,400,500&display=swap');

@import url('https://use.fontawesome.com/releases/v5.10.2/css/all.css');

@font-face {
    font-family: 'Rasmala Font';
    src: url('font/bold.woff2') format('woff2'), url('font/bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Rasmala Font';
    src: url('font/regular.woff2') format('woff2'), url('font/regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rasmala Font';
    src: url('font/medium.woff2') format('woff2'), url('font/medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Rasmala Font';
    src: url('font/black.woff2') format('woff2'), url('font/black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Rasmala Font';
    src: url('font/light.woff2') format('woff2'), url('font/light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('font/sourcesanspro-light.woff2') format('woff2'), url('font/sourcesanspro-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('font/sourcesanspro-bold.woff2') format('woff2'), url('font/sourcesanspro-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('font/sourcesanspro-bold.woff2') format('woff2'), url('font/sourcesanspro-bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

*, *:before, *:after {
    box-sizing: border-box;
    outline: none;
    -webkit-transition: all 0.001s ease;
    transition: all 0.001s ease;
}

html, body {
    direction: rtl;
    margin: 0;
    padding: 0;
    font-family: 'Tajawal', sans-serif;
    font-weight: 300;
}

input:not([type='checkbox']), select, textarea {
    border: 1px solid #96a6af;
    border-radius: 2.75vw;
    color: #29333f;
    font-size: 1.4vw;
    min-height: 2.9vw;
    line-height: 2.9vw;
    margin-bottom: .7rem;
    padding: 0 1.1vw;
    width: 100%;
    outline: 0 !important;
    font-family: inherit;
    font-weight: 300;
}

ul {
    list-style: outside none none;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
}

.bold, strong, b {
    font-family: "Source Sans Pro", Rasmala Font, sans-serif;
    font-weight: bold;
}

a {
    color: #2b8fda;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    a:active, a:hover, a:focus {
        outline: 0;
    }

input::-webkit-input-placeholder {
    color: #525b6e;
}

input::-moz-placeholder {
    color: #525b6e;
}

input:-ms-input-placeholder {
    color: #525b6e !important;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

select {
    width: 100%;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

textarea {
    height: auto;
    min-height: 50px;
}

button::-moz-focus-inner {
    border: 0;
}

.hidden {
    display: none;
}

.boxed {
    width: 68.5vw;
    margin: 0 auto;
}

p {
    margin-top: 0;
}

.button {
    font-weight: 500;
    color: #fff;
    background: #2E3A84;
    height: 3vw;
    line-height: 2.7vw;
    border-radius: 12px 2px 12px 2px;
    min-width: 13.75vw;
    font-size: 1.375vw;
    -webkit-transition: all 0.15s linear;
    transition: all 0.1s linear;
    display: inline-block;
    text-align: center;
    font-family: inherit;
    border: 0;
    cursor: pointer;
}

    .button:hover {
        background: #fff;
        color: #1A214B;
    }

    .button.outline {
        background: none;
        border: 2px solid #2E3A84;
        height: 3.1875vw;
    }

        .button.outline:hover {
            color: #fff !important;
            border-color: #fff;
        }
        ol .button.outline:hover {
            background-color: #2E3A84;
        }
        a.button.outline.outline:hover {
            background-color: #2E3A84;
        }

[class^="icon-"]:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*POPUP*/
.popup {
    position: fixed;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    z-index: 23;
}

.overlay {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 22;
}

.popup, .overlay {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    input:checked + .popup,
    input:checked + .popup + .overlay,
    .popup.active,
    .popup.active + .overlay {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible;
    }

@media only screen and (min-width:900px) {
    .mobile {
        display: none !important;
    }
}

.header.sticky {
    z-index: 20;
    width: 100%;
    background: #fff;
    position: fixed;
    top: -4.3vw;
    right: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .header.sticky.active {
        top: 0;
        box-shadow: 0 3px 2px rgba(0,0,0,0.05);
    }

.call-details label {
    width: 9vw;
    font-size: 1.2vw;
}

.call-details span {
    font-weight: 500;
}

.loading {
    min-height: 200px;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

#suceessmessage input {
    border: 0;
    padding: 0;
    font-weight: 500;
    min-height: 2.1vw;
    line-height: 2.1vw;
    width: 17vw;
    font-size: 1.1vw;
}

/*Detect IE*/
@media screen\0 {
    body .slider h1 {
        font-weight: 500;
        line-height: 3.5vw;
        font-size: 3vw;
    }

    body section h2 {
        font-size: 3.5vw;
        font-weight: 500;
    }

    body .testimonials .name, body .register-box .title, body .register-popup .title {
        font-weight: 500;
    }

    .
    {
        margin-left: 0.25vw;
    }

    .ltr-b .plan {
        margin-left: 0;
        margin-right: 0.25vw;
    }

    .plan:last-child {
        margin-left: 0px;
    }

    body .master-card .line2 {
        right: 43vw;
    }

    body .master-card .line1 {
        right: 20.5vw;
    }

    .iframe.cross-rate {
        margin-left: 1.2vw;
    }
}

.loading span {
    margin-bottom: 0.5rem;
}

.register-popup label {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.register-popup #suceessmessage label {
    font-weight: 300;
}



/*Icons*/

@charset "UTF-8";

@font-face {
    font-family: "iconfont";
    src: url("fonts/iconfont.eot");
    src: url("fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("fonts/iconfont.woff") format("woff"), url("fonts/iconfont.ttf") format("truetype"), url("fonts/iconfont.svg#iconfont") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "iconfont" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "iconfont" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-asset-1:before {
    content: "f";
}

.icon-asset-2:before {
    content: "\e001";
}

.icon-asset-3:before {
    content: "\e002";
}

.icon-asset-4:before {
    content: "\e003";
}

.icon-asset-5:before {
    content: "\e004";
}

.icon-asset-6:before {
    content: "\e005";
}

.icon-asset-7:before {
    content: "\e006";
}

.icon-asset-8:before {
    content: "\e007";
}

.icon-asset-9:before {
    content: "\e008";
}

.icon-asset-10:before {
    content: "\e009";
}

.icon-asset-11:before {
    content: "\e00a";
}

.icon-asset-12:before {
    content: "\e00b";
}

.icon-asset-13:before {
    content: "\e00c";
}

.icon-asset-14:before {
    content: "\e00d";
}

.icon-asset-15:before {
    content: "\e00e";
}

.icon-asset-16:before {
    content: "\e00f";
}

.icon-asset-17:before {
    content: "\e010";
}

.icon-asset-18:before {
    content: "\e011";
}

.icon-asset-21:before {
    content: "\e012";
}

.content-p ~ .register-popup {
    border-top: 5px solid #2B8FDA;
}

    .content-p ~  .register-popup .title {
        color: #2B8FDA;
    }

.content-p ~  .register-popup .button:not(.trail) {
    background: #ff524b;
}

.iframes .tradingview-widget-container {
    margin: 0 auto;
    height: auto !important;
}
.iframes h2 {
    text-align: center;
    margin-bottom: 3rem;
}

section h2 {
    font-size: 3vw;
    color: #101555;
    font-weight: bold;
    margin-top: 0;
    margin: 0;
    line-height: 3vw;
}

section.dark h2 {
    color: #fff;
}

section .head p {
    margin-bottom: 0;
    margin-top: 1.8vw;
}

section p {
    font-size: 1.375vw;
    color: #858889;
}

section.dark p {
    color: #fff;
}

section {
    padding: 4.875vw 0;
}

    section .head {
        margin-bottom: 1.6vw;
        text-align: center;
    }

.line {
    position: absolute;
    top: -10vw;
    height: 1500px;
    width: 1px;
    background: #e1e1e1;
}

#About:before {
    content: "";
    width: 100%;
    height: 4vw;
    display: block;
    margin-top: -4vw;
}

.element_from_right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    right: -100px;
    position: relative;
}

    .element_from_right.animated {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        right: 0;
    }

.element_from_left {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    left: -50px;
    position: relative;
}

    .element_from_left.animated {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        left: 0;
    }

.why-us > div {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    left: -50px;
    position: relative;
}

.why-us.animated > div {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
}

.why-us > div:hover i {
    color: #2b8fda;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.element_from_bottom {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
}

    .element_from_bottom.animated {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }


.iframes {
    background: #ebebeb;
}

.iframe {
    -ms-flex-preferred-size: calc(50% - 1.2vw);
        flex-basis: calc(50% - 1.2vw);
    background: #fff;
    padding: 1vw;
    box-shadow: 0 3px 2px rgba(0,0,0,0.05);
}

.iframes .boxed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.iframe .title {
    font-weight: 500;
    color: #101555;
    font-size: 1.875vw;
    display: block;
    margin-bottom: 8px;
}

.iframe-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .iframe-wrap iframe {
        width: 102%;
        margin-right: -1%;
    }

.cross-rate .iframe-wrap iframe {
    height: 320px;
    margin-top: -37px;
}

.market-overview .iframe-wrap iframe {
    height: 320px;
    margin-top: -37px;
}

video {
    min-width: 100%;
    height: auto;
    width: 100%;
    display: block;
}

section.dark h2 a{
    color:#fff;
}

@media only screen and (max-width:700px) {
    .boxed {
        width: 75vw;
    }

    .master-card .line1 {
        right: 18vw;
    }

    .master-card .line2 {
        right: 50vw;
    }

    video {
        display: none;
    }
}

.portfolio-management {
    background: url("Images/m7afez.jpg") no-repeat center center fixed transparent;
    background-size: 100%;
    text-align: center;
}

    .portfolio-management .button {
        margin-top: 2.7vw;
        display: inline-block;
        background-color: #fff;
        color: #1A214B;
        border: 2px solid transparent;
        transition: all .1s ease-in-out;
    }
    .portfolio-management .button:hover {
        color: #fff !important;
        background-color: #1A214B;
        border-color: #fff;
    }

    .portfolio-management p {
        line-height: 2.2vw;
        text-align: justify;
        -moz-text-align-last: center;
             text-align-last: center;
    }

.social-trading {
    background: url("Images/social-sharing.jpg")no-repeat center center fixed transparent;
    background-size: 100%;
}

.section-slogan {
    font-weight: 500;
    color: #a371fc;
    font-size: 1.75vw;
    padding-top: 1vw;
    display: block;
}

.social-trading .head {
    margin-bottom: 4vw;
}

.social-trading .text2 .title {
    font-weight: 500;
}

.social-trading .text2 a {
    color: #65dcf0;
    border-bottom: 1px solid #65dcf0;
    padding-bottom: 0.2vw;
    font-weight: 500;
    padding-top: 1vw;
}

.social-trading .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4.75vw;
}

    .social-trading .text p {
        text-align: justify;
        -ms-flex-preferred-size: calc(50% - 1.75vw);
            flex-basis: calc(50% - 1.75vw);
    }

.social-trading .testimonials {
    background: #0d1554;
    border-radius: 1.25vw;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .social-trading .testimonials > div {
        position: relative;
        padding: 0.5vw 0.3vw 0.5vw 1vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .social-trading .testimonials .name {
        color: #a371fc;
        font-size: 1.25vw;
        font-weight: 500;
    }

    .social-trading .testimonials .arrow-right {
        width: 0;
        height: 0;
        border-bottom: 0.6875vw solid transparent; /* left arrow slant */
        border-top: 0.6875vw solid transparent; /* right arrow slant */
        border-left: 0.6875vw solid #0d1554; /* bottom, add background color here */
        font-size: 0;
        line-height: 0;
        position: absolute;
        right: -0.6875vw;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }

    .social-trading .testimonials i {
        color: #285b93;
        margin: 0.3vw 0.7vw 0;
    }

.tm {
    font-size: 1.4375vw;
    top: -0.5vw;
    position: relative;
}

.social-trading .testimonials img {
    width: 8.4375vw;
    min-width: 8.4375vw;
    height: 6.75vw;
}

.social-trading .testimonials p {
    margin-bottom: 0.2vw;
}

.master-card {
    background: #0d1554;
    overflow: hidden;
    position: relative;
    padding-bottom: 2vw;
}

    .master-card .line {
        background: #4d1183;
    }

    .master-card .line1 {
        right: 17.5vw;
    }

    .master-card .line2 {
        right: 46vw;
    }

.card-wrapper .r {
    font-size: 3vw;
    position: relative;
    top: 0.8vw;
    margin-right: 0.1vw;
}

.master-card .boxed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.text-wrapper p {
    text-align: justify;
}

.text-wrapper {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    z-index: 2;
}

    .text-wrapper .last {
        color: #ccc;
        font-size: 1.0625vw;
        padding-top: 1.5vw;
    }

.card-wrapper .section-slogan {
    color: #ffffff;
    font-size: 1.375vw;
    position: relative;
    z-index: 2;
}

.card-wrapper .card {
    width: 41.125vw;
    height: 37.125vw;
    margin-top: -2.1vw;
    z-index: 1;
    margin-right: -0.4vw;
}

.card-wrapper {
    position: relative;
    z-index: 2;
    -ms-flex-preferred-size: 68%;
        flex-basis: 68%;
}

.area{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(19, 32, 95);
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
footer .warning {
    background: #0d1554;
    color: #5b607e;
    padding: 1.7vw 0;
    font-size: 0.9375vw;
}

footer .logo {
    width: 200px;
    height: 7.75vw;
    margin-right: 7vw;
}

.prizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.prizes-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.8vw 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prizes > div img {
    /* -webkit-filter: gray !important;
    filter: gray !important;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    filter: grayscale(1) !important;
    -webkit-filter: grayscale(1) !important;
    width: 100%; */
}
.prizes > div img.prize-2 {
    width: 152px;
}
.prizes > div img.prize-3 {
    width: 200px;
}

.prizes > div {
    margin-left: 2.8vw;
}

    .prizes > div:last-child {
        margin-left: 0;
    }

.hide {
    display: none;
}

footer .warning {
    background: #0d1554;
    color: #5b607e;
    padding: 1.7vw 0;
    font-size: 0.9375vw;
}

.prizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.prizes-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .5vw 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.prizes > div img {
    width: 110px;
}

.prizes > div {
    margin-left: 2.8vw;
}

    .prizes > div:last-child {
        margin-left: 0;
    }

.hide {
    display: none;
}

.footer-links a {
    margin-right: 11px;
    color: #5b607e;
    border-bottom: 1px solid #5b607e;
    display: inline-block;
    margin-bottom: 6px;
}

.footer-s2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .footer-s2 p {
        color: #eee;
    }

    body.rtl-p .footer-s2 .left {
        order: 2;
        text-align: right;
    }
    body.rtl-p .footer-s2 .right {
        order: 1;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

    .footer-s2 img {
        max-width: 100px;
        margin: 1rem;
        flex: 1 0;
    }

.under-slider .boxed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2.3vw 0;
}

.under-slider a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.under-slider .title {
    font-size: 1.375vw;
    font-weight: 500;
    color: #333333;
    display: block;
}

.under-slider .more {
    font-size: 1.125vw;
    color: #9b9b9b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .under-slider .more i {
        font-size: 0.6vw;
        margin-right: 0.2vw;
    }

    .under-slider .more:hover {
        color: #2b8fda;
    }

.under-slider a img {
    width: 5.75vw;
    height: 5.75vw;
    margin-left: 1.5vw;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: scaleX(1);
            transform: scaleX(1)
}

    .under-slider a:hover img {
        -webkit-transform: scaleX(-1);
                transform: scaleX(-1)
    }

.about {
    background-color: #f3f3f3;
    padding: 0 !important;
}

    .about .boxed {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

.vid {
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 1.8vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-wrapper {
    position: relative;
    cursor: pointer;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

    .video-wrapper:hover {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

        .video-wrapper:hover .play-i i {
            color: #d93651;
        }

.play-i {
    border-radius: 100%;
    background-color: rgba(255,255,255,0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    z-index: 2;
    width: 5.3125vw;
    height: 5.3125vw;
    padding-left: 0.2vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .play-i i {
        /*! margin: auto; */
        color: #2b8fda;
        font-size: 1.625vw;
        -webkit-transition: color 0.2s linear;
        transition: color 0.2s linear;
    }

.about .boxed > .text {
    padding: 4.875vw 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.about .why-us {
    padding: 4.875vw 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.why-us > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .why-us > div .text {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.why-us i {
    font-size: 1.8vw;
    margin-left: 0.7vw;
    color: #a371fc;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.why-us .title {
    font-size: 1.375vw;
    color: #323232;
    font-weight: 500;
}

.vid img {
    width: 20.3125vw;
    max-width: inherit;
}

.about h2 {
    margin-bottom: 1rem;
}

.about p {
    text-align: justify;
}

.q-mark {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    display: inline-block;
}

.aside-contact {
    position: fixed;
    left: -2.5px;
    top: 13vw;
    z-index: 10;
}

    .aside-contact .tab {
        margin-bottom: 0.6vw;
        border-radius: 0 0.5vw 0.5vw 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0.5vw;
        background: #ffffff;
        box-shadow: 0 0.2vw 0.2vw rgba(0,0,0,0.1);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        left: -9.4vw;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .aside-contact .tab i {
            font-size: 1.9375vw;
            color: #fe367f;
            margin-left: 0.7rem;
            margin-right: 0.1vw;
        }

        .aside-contact .tab span {
            color: #333;
            font-size: 1.2vw;
            margin-left: 0.5vw;
        }

.top-bar {
    background: #e6e9ed;
}

    .top-bar .boxed {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0.4rem 0;
    }

.contact-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .contact-details > div {
        margin-left: 1vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #333333;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .contact-details i {
        font-size: 1vw;
        margin-left: 0.5vw;
        padding: .3rem;
        color: #1A214B;
        border-radius: 50%;
        background: rgba(96,101,104,.1);
    }

    .contact-details span {
        font-size: 15px;
        direction: ltr;
    }

.left-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .left-details .logon-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0.2vw 0.5vw;
        font-size: 13px;
        font-weight: 400;
        border-radius: 1vw;
        color: rgb(28, 39, 100);
        -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;
        background-color: #fff;
        padding: .4rem .7rem;
    }

        .left-details .logon-btn:hover {
            background: rgba(26, 33, 75, .9);
            color: #fff;
        }

.logon-btn i {
    font-size: 15px;
    margin-left: 0.3rem;
}
.logon-btn .icon-asset-1:before {
    content: 'f';
}

.left-details .lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1.8vw;
}

    .left-details .lang img {
        margin-right: 0.4vw;
        width: 1.5vw;
    }

    .left-details .lang span {
        font-size: 0.95vw;
        color: #333333;
    }
.header a.logo {
    width: 245px;
}
.header .logo img {
    /* width: 14.75vw !important; */
}

body.rtl-p .header .logo img {
    margin: .6rem 0;
}
body.ltr-p .header .logo img {
    margin: .9rem 0;
}

header .header.sticky {
    top: -15rem;
}

.header .boxed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.main-menu > ul > li > a {
    font-weight: 500;
    font-size: 1.1vw;
    color: #333333;
    align-self: center;
    padding: 0 0.5vw;
    transition: none;
}

.main-menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    align-items: center;
}

.contact-details i.icon-asset-10 {
    font-size: 0.9vw;
}

.left-details .lang a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-menu > ul > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem .5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: none;
}

.left-details .lang:hover span {
    border-bottom: 1px solid #333333;
}

.aside-contact .tab:hover {
    left: 0;
}

/*Register Box*/

.logon {
    position: relative;
}

.register-box:before {
    content: "";
    width: 100%;
    height: 2vw;
    position: absolute;
    right: 0;
    top: -2vw;
}

.register-box .title {
    font-weight: bold;
    font-size: 1.6vw;
    margin-bottom: 0.7vw;
    display: block;
}

.register-b {
    display: block;
    margin-top: 0.8vw;
}

.register-box .button {
    width: 100%;
    margin-top: 0.3vw;
}

.register-box .icon-arrow-2 {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    display: inline-block;
    position: absolute;
    right: 3vw;
    top: -0.85vw;
    color: #fff;
}

.register-box {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    position: absolute;
    z-index: 12;
    background: #fff;
    width: 21vw;
    padding: 1rem;
    border-radius: 0.4rem;
    box-shadow: 0 0.3vw 1.2vw rgba(0,0,0,0.15);
    right: 0;
    top: 2vw;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .register-box.active {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible;
    }

.register-popup {
    background: #fff;
    padding: 1.5vw;
    border-radius: 0.2vw;
    width: 31.5vw;
}

    .register-popup .bottom-d {
        margin-top: 20px;
    }

    .register-popup .input {
        position: relative;
        margin-bottom: 1.5vw;
    }

    .register-popup p {
        font-size: 1.2vw;
    }

    .register-popup .input i {
        position: absolute;
        right: 1.2vw;
        top: 0.85vw;
        font-size: 1.45vw;
        z-index: 3;
    }

    .register-popup input {
        margin-bottom: 0;
        padding-right: 3.5vw;
    }

    .register-popup .title {
        margin-top: -0.1vw;
        margin-bottom: 0.4vw;
    }

    .register-popup .buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 0.6vw;
    }

        .register-popup .buttons .button:first-child {
            margin-left: 1vw;
        }
        .register-popup .buttons .button:hover {
            background-color: rgb(21, 27, 65);
            color: #fff;
        }

        .register-popup .buttons .trail {
            background: transparent;
            border: 2px solid #2E3A84;
            color: #333;
        }

            .register-popup .buttons .trail:hover {
                background: rgb(21, 27, 65);
                border-color: rgb(21, 27, 65);
                color: #fff;
            }

/**/
.register-lead-popup {
    background: #fff;
    padding: 1.5vw;
    border-radius: 0.2vw;
}

    .register-lead-popup .input {
        position: relative;
        margin-bottom: 1.5vw;
    }

        .register-lead-popup .input i {
            position: absolute;
            right: 1.2vw;
            top: 0.85vw;
            font-size: 1.45vw;
            z-index: 3;
        }

    .register-lead-popup input {
        margin-bottom: 0;
        padding-right: 3.5vw;
    }

    .register-lead-popup .title {
        margin-top: -0.1vw;
        margin-bottom: 0.4vw;
    }

    .register-lead-popup .buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 0.6vw;
    }

        .register-lead-popup .buttons .button:first-child {
            margin-left: 1vw;
        }

        .register-lead-popup .buttons .trail {
            background: #78858f;
        }

            .register-lead-popup .buttons .trail:hover {
                background: #a371fc;
            }
/**/

input {
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear
}

    input:hover, input:focus {
        border-color: #4989ff;
    }

.main-menu > ul ul li {
    white-space: nowrap;
}

    .main-menu > ul ul li a {
        font-size: 1.15vw;
        color: #333333;
        border-bottom: 1px solid #eee;
        height: 3vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 15px;
    }

    .main-menu > ul ul li:last-child a {
        border: 0;
    }

.sub-t {
    font-weight: 500;
    font-size: 1.2vw;
}

.inner-w > div {
    display: flex;
    align-items: center;
}

    .inner-w > div label {
        margin-left: 0.5rem;
        white-space: nowrap;
        margin-bottom: 0;
        width: 8vw;
        font-size:1.2vw;
    }

.inner-w > img {
    width: 10vw;
}

.reg-details img {
    width: 10vw;
    max-width: inherit;
}

.inner-w {
    flex: 1;
    align-items: center;
}

.reg-details + .reg-details {
    margin-top: 20px;
}

.inner-w .button {
    margin-top: 0.5vw;
    line-height: 2.4vw;
    height: 2.7vw;
}

.reg-details {
    display: flex;
    align-items: center;
}

.copy {
    font-family: 'Source Sans Pro', Rasmala Font;
    border: 0;
    border-radius: 3px;
    padding: 0 0.8rem;
    cursor: pointer;
    background: #e2e2e2;
    font-weight:300;
}

.register-popup .buttons .button {
    min-width: inherit;
    flex-basis: calc(50%);
}

/*Desktop*/
@media only screen and (min-width:900px) {
    .copy {
        font-size: 1.1vw;
    }

    .popup.register-popup.register {
        width: 45vw;
    }

    .main-menu > ul > li:hover {
        background: #1A214B;
        color: #fff;
        display: flex;
        align-items: center;
        align-self: stretch;
    }

        .main-menu > ul > li:hover > a {
            color: #fff;
        }

    .logon:hover .register-box {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible;
    }

    .main-menu > ul ul li a:hover {
        background: #f1f1f1;
    }

    .main-menu > ul > li:hover ul {
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .main-menu > ul ul {
        position: absolute;
        right: 0;
        top: 100%;
        background: #fff;
        padding: 3px 0;
        box-shadow: 0 0.2vw 0.3vw rgba(0,0,0,0.1);
        visibility: hidden;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
        -webkit-transition: all 0.15s linear;
        transition: all 0.15s linear;
        border-top: 1px solid #eee;
    }
}

.header.with-slider .slider {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-basis: auto;
    border-top: 1px solid #f1f1f1;
}
.header.with-slider iframe {
    height: 60px !important;
}
.header.with-slider .tradingview-widget-container {
    height: 60px !important;
}
iframe .tradingview-widget-container .tv-embed-widget-wrapper__body {
    border: none !important;
    /* border-top: 1px solid #ccc;
    border-left: 1px solid #ddd;
    border-radius: 0; */
}
.header.sticky .slider .tv-embed-widget-wrapper__body {
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
}
  
  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(150vw);
    }
    100% {
      -webkit-transform: translateX(calc(-250px * 7));
              transform: translateX(calc(-250px * 7));
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(150vw);
    }
    100% {
      -webkit-transform: translateX(calc(-250px * 7));
              transform: translateX(calc(-250px * 7));
    }
  }
  section.slider .slider {
    background: white;
    /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
    height: 60px;
    margin: auto;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    /* width: 960px; */
    z-index: 10;
  }
  section.slider .slider::before, section.slider .slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 60px;
    position: absolute;
    width: 200px;
    z-index: 2;
  }
  section.slider .slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  section.slider .slider::before {
    left: 0;
    top: 0;
  }
  section.slider .slider .slide-track {
    -webkit-animation: scroll 65s linear infinite;
            animation: scroll 65s linear infinite;
    display: flex;
    width: calc(500px * 14);
  }
  section.slider .slider .slide0,
  section.slider .slider .slide1,
  section.slider .slider .slide2,
  section.slider .slider .slide3,
  section.slider .slider .slide4,
  section.slider .slider .slide5,
  section.slider .slider .slide6,
  section.slider .slider .slide7,
  section.slider .slider .slide8,
  section.slider .slider .slide9,
  section.slider .slider .slide10,
  section.slider .slider .slide11,
  section.slider .slider .slide12,
  section.slider .slider .slide13 {
    height: 60px;
    width: 100vw;
  }
section.testimonials {
    background: #f3f3f3;
    position: relative;
    padding: 6vw;
    overflow: hidden;
}

.testimonials .boxed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 15vw;
    padding-right: 4vw;
}

.testimonials .clients-pic {
    width: 9.1875vw;
    height: 9.1875vw;
    min-width: 9.1875vw;
}

.testimonials .seoerator {
    background: #a371fc;
    height: 8.125vw;
    width: 0.35vw;
    margin-left: 2.1vw;
    margin-right: 2vw;
}

.testimonials .name {
    font-size: 0.9375vw;
    color: #fc377f;
    font-weight: bold;
    display: block;
}

.testimonials .position {
    color: #999999;
    font-size: 0.8125vw;
    display: block;
}

.testimonials .details p {
    color: #333;
    font-size: 1.125vw;
    padding-left: 1vw;
}

.quetes-icon {
    width: 12.375vw;
    height: 9.25vw;
    position: absolute;
    left: 0;
    top: 4.3vw;
}

img.whats {
    width: 5vw;
    height: 8.0625vw;
    max-width: inherit;
    cursor: pointer;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

    img.whats:hover {
        box-shadow: 0 0 0.6vw rgba(0,0,0,0.1);
        margin-top: -0.2vw;
    }

.testimonials .line {
    top: -10vw;
}

    .testimonials .line.line1 {
        right: 0;
    }

    .testimonials .line.line2 {
        left: 2.2vw;
    }

section.slider {
    padding: 0;
    position: relative;
    overflow-x: hidden;
}

.prpl-overlay {
    position: absolute;
    right: 00vw;
    top: 0;
    height: 100%;
    width: 57vw;
    /*background-color: #1A214B;
    transform: skew(-25deg);*/
    background-image: linear-gradient(to bottom right, #1A214B, #1A214B);
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
    /*background-image: url(/content/images/overflow1.png);*/
}

.slider .details {
    color: #fff;
    width: 33vw;
    padding-left: 2vw;
}

.slider h1 {
    font-weight: 900;
    font-size: 1.6rem;
    margin-top: 0;
    line-height: 3.7vw;
    margin-bottom: 0.6vw;
}

.slider .desc {
    font-size: 1rem;
    display: block;
    line-height: 2.5vw;
}

.slider .buttons {
    margin-top: 1.4vw;
}

.slider .slide {
    position: relative;
    overflow: hidden;
}

.slider .icon-asset-12 {
    position: absolute;
    right: 50%;
    bottom: 4.5vw;
    z-index: 10;
    color: #fff;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    font-size: 2.1875vw;
}

.slider .boxed {
    position: absolute;
    right: 50%;
    top: 46%;
    -webkit-transform: translate(50%,-50%);
            transform: translate(50%,-50%);
    margin-top: -1vw;
}

.slider .buttons a:first-child {
    margin-left: 1vw;
}

.icon-mouse-ex {
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(50%,0);
        transform: translate(50%,0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    40% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    80% {
        -webkit-transform: translate(50%,10px);
        transform: translate(50%,10px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes sdb10 {
    0% {
        -webkit-transform: translate(50%,0);
        transform: translate(50%,0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    40% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    80% {
        -webkit-transform: translate(50%,10px);
        transform: translate(50%,10px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.plan-01 i, .plan-01 .title {
    color: #2e3a84;
}

.plan-02 i, .plan-02 .title {
    color: #db7d19;
}

.plan-03 i, .plan-03 .title {
    color: #a1a7a5;
}

.plan-04 i, .plan-04 .title {
    color: #e9af00;
}

.plan-05 i, .plan-05 .title {
    color: #939e9a;
}

.plan-06 i, .plan-06 .title {
    color: #000000;
}

.plan-01 .button {
    background: #2e3a84;
}

.plan-02 .button {
    background: #db7d19;
}

.plan-03 .button {
    background: #a1a7a5;
}

.plan-04 .button {
    background: #e9af00;
}

.plan-05 .button {
    background: #939e9a;
}

.plan-06 .button {
    background: #000000;
}

.plan-06 .seperator {
    background: #000000;
}

.plan-06 {
    /*   border: 1px solid #000000;  */
    background: #CDCBCB !important;
}


.plan-03 > img {
    width: 4.875vw;
    position: absolute;
    left: 0;
    top: 0;
}

.plan-03 {
    border: 1px solid #ffa647;
    background: #fcf5ed !important;
}

.plan .title {
    font-weight: 500;
    font-size: 1.8125vw;
}

.plans .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.plan i {
    font-size: 2.875vw;
    margin: 0.6vw 0 1vw;
}

.plan .seperator {
    background: #666;
    width: 5vw;
    height: 2px;
    border-radius: 0.25vw;
}

.plan .blacksperator {
    background: #000000;
    width: 5vw;
    height: 0.25vw;
    border-radius: 0.25vw;
}
.plan ul li {
    height: 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.3vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    font-size: 1.0625vw;
}
.plan ul li p {
    font-weight: 800;
}

.bottom-colored-line {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0.1875vw;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f1085+0,fc377e+100 */
    background: #4f1085; /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #4f1085 0%,#fc377e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #4f1085 0%,#fc377e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f1085', endColorstr='#fc377e',GradientType=1 ); /* IE6-9 */
}

.plan .button {
    font-size: 1.125vw;
    font-weight: 300;
    height: auto;
    min-width: 1vw;
    width: 100%;
    line-height: 2.3vw;
    margin-top: 1.2vw;
}

    .plan .button:hover {
        opacity: 0.9;
        color: #fff;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    }

.plan-wrap .register.button {
    background-color: #fff;
    color: #2E3A84;
    border: 2px solid #2E3A84;
}
.plan-wrap .register.button:hover {
    background-color:#2E3A84;
    color: #fff;
}


.plan {
    position: relative;
    background: #fff;
    text-align: center;
    -ms-flex-preferred-size: calc(16.6666% - 0.25vw);
        flex-basis: calc(16.6666% - 0.25vw);
    padding: 1.3vw 0.6vw 1.8vw;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    box-shadow: 0 0 0 rgba(0,0,0,0.01);
    -webkit-transform: scale(1);
            transform: scale(1)
}

    .plan:hover {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
        box-shadow: 0 0 1vw rgba(0,0,0,0.1);
        z-index:12;
    }

.plans {
    background: #ebebeb;
}

.plan-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1vw;
}

.plans .head {
    margin-bottom: 2.5vw;
}

.plan .plan-img {
    width: 80px;
    height: 80px;
    margin: 1vh;
}

.bg {
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: 100%;
    height: 10vw;
    position: relative;
}

.calendar-p + .boxed iframe {
    width: 100%;
}

.calculators-p + .boxed iframe {
    width: 100%;
    margin-bottom: 4rem;
}

.calculators-p {
    background-image: url("Images/calc.jpg");
}

.calendar-p {
    background-image: url("Images/economic.jpg");
}

.learn-p {
    background-image: url("Images/learn.jpg");
}

.americal-stocks-p {
    background-image: url("Images/american-stocks.jpg");
}

.contact-p {
    background-image: url("Images/contact.jpg");
}

.thankyou-p {
    background-image: url("Images/friend.jpg");
}

.account-management-p {
    background-image: url("Images/account-management.jpg");
}

.aml-p {
    background-image: url("Images/aml.jpg");
}

.bringing-friend-p {
    background-image: url("Images/friend.jpg");
}

.card-p {
    background-image: url("Images/master-card.jpg");
}

.discount-p {
    background-image: url("Images/discount.jpg");
}

.faq-p {
    background-image: url("Images/faq.jpg");
}

.withdrawal-p {
    background-image: url("Images/withdrawal.jpg");
}


.islamic-accounts-p {
    background-image: url("Images/islamic-accounts.jpg");
}

    .legal-p {
    background-image: url("Images/legal2.jpg");
}

.requiered-documents-p {
    background-image: url("Images/documents.jpg");
}

.stp-broker-p {
    background-image: url("Images/stp.jpg");
}

.bg:before {
    width: 100%;
    height: 100%;
    background: rgba(83,49,162,0.5);
    position: absolute;
    right: 0;
    top: 0;
    content: "";
}

.bg h1 {
    margin: 0;
    font-size: 3vw;
    font-weight: 500;
}

.bg .boxed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    color: #fff;
    position: relative;
    font-size: 1.4vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 2vw;
}

.content-p p, .content-p ul, .content-p span, .content-p ol {
    font-size: 1.35vw;
}

.content-p > .boxed {
    color: #333333;
    background: #fff;
    padding: 2vw;
    border-radius: 0.8vw;
    margin-top: -2vw;
    z-index: 2;
    position: relative;
    margin-bottom: 2vw;
}

.bread-crumb {
    margin-right: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
}

    .bread-crumb a {
        color: #fff;
        font-size: 1.2vw;
    }

    .bread-crumb .icon-asset-13 {
        margin: 0 0.5vw;
        font-size: 0.7vw;
    }

.content-p h2 {
    font-size: 1.8vw;
}

.content-p h3 {
    font-size: 1.65vw;
}

.content-p h4 {
    font-size: 1.35vw;
}

.header {
    background: #fff;
    position: relative;
    z-index: 21;
}

body {
    background: #f3f3f3;
}

footer {
    background: #fff;
}

.under-slider {
    background: #fff;
    position: relative;
}

.content-p h3, .content-p h2, .content-p h4, .content-p b, .content-p bold, .content-p strong, .content-p th {
    font-weight: 500;
}

.content-p .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

    .content-p .link .icon {
        margin-right: 0.2rem;
        font-size: 0.8rem;
    }

.content-p ul:not(.bread-crumb):not(.n-style) li {
    margin-bottom: 0.8vw;
}

.content-p .left-img {
    float: left;
    width: 300px;
    margin-bottom: 2vw;
}

table {
    border-collapse: collapse;
    margin-bottom: 2.5vw;
    min-width: 30vw;
    border: 1px solid #e3e3e3;
}

th, td {
    padding: 0.7vw;
    text-align: right;
}

thead {
    background: #55A5E1;
    color: #fff;
}

tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}

hr {
    border-top: 1px solid #e3e3e3;
    border-bottom: 0;
    margin: 2vw 0;
}

.content-p ul:not(.bread-crumb):not(.n-style) li {
    position: relative;
    padding-right: 16px;
}

    .content-p ul:not(.bread-crumb):not(.n-style) li:before {
        content: "";
        width: 6px;
        height: 6px;
        background: #2b8fda;
        border-radius: 100%;
        position: absolute;
        right: 0;
        top: 10px;
    }

img.full-width {
    width: 100%;
}

.centered {
    margin: 0 auto;
}

p br {
    display: block;
    margin-bottom: 10px;
}

.content-p img.halal {
    width: 150px;
}

.with-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0;
}

    .with-icons > div {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .with-icons .icon {
        color: #a371fc;
        font-size: 3vw;
    }

.green-color {
    color: #1abc9c;
}

.legal li:last-child {
    border: 0;
}

.legal li {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

    .legal li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

        .legal li a .icon {
            margin-right: 11px;
        }

.legal-img {
    margin-bottom: 15px;
}

.banner2.centererd {
    margin-bottom: 20px;
}

.content-p h4 span {
    width: 30px;
    height: 30px;
    border:;
    background: #2b8fda;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    line-height: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 5px;
}

.faqs > div {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
}

.faqs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

    .faqs > div h4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

.content-p .button.outline {
    color: #333333;
    padding: 0 15px;
    margin-top: 8px;
    font-size: 16px;
}

.inner {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.accord_click {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f2f2f2;
    border-radius: 5px;
    color: #333;
    padding: 12px;
    margin-bottom: 6px;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.faq-list .item {
    margin-bottom: 6px;
}

.accord_click.active + .inner {
    height: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.accord_click .icon {
    font-size: 12px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transition: -webkit-transform 0.15s linear;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear;
    margin-right: 10px;
}

.accord_click.active .icon {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.accord_click.active {
    background: #55a5e1;
    color: #fff;
}




.plans-2 .title {
    font-weight: 500;
}

.plans-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

    .plans-2 > div {
        text-align: center;
        border: 1px solid #e2e2e2;
        -ms-flex-preferred-size: 24%;
            flex-basis: 24%;
        border-radius: 8px;
        padding: 13px;
        margin-bottom: 12px;
        position: relative;
    }

    .plans-2 span {
        display: block;
    }

        .plans-2 span.number {
            font-weight: bold;
            font-size: 23px;
        }

.plan-wrap .icon {
    font-size: 43px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #2b8fda;
}

.plans-2 .img-t {
    width: 60px;
    height: 60px;
    margin: 0vh;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.plans-2 .img {
    position: relative;
    margin: 8px -13px 8px;
}

    .plans-2 .img .ov {
        position: absolute;
        right: 0;
        top: 0;
        background: rgba(83,49,162,0.5);
        display: inline-block;
        width: 100%;
        height: 100%;
    }

.plans-2 .ab-content {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    z-index: 2;
    color: #fff;
    width: 100%;
}

.plans-2 span.text {
    font-size: 13px;
    font-weight: 500;
}

.plans-2 span.number span {
    font-size: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.content-p .plans-2 .t2 {
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
}

.plans-2 .button {
    margin-top: 12px;
    min-width: initial;
    width: 100%;
}

.plans-2 .popular2 {
    position: absolute;
    width: 70px;
    left: 0;
    top: 0;
}

.thankyou-p + .boxed {
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

    .thankyou-p + .boxed h3 {
        font-size: 32px;
    }

.call-details > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.8rem;
}

    .call-details > div .icon {
        margin-left: 0.6rem;
    }

.editor-button {
    margin-bottom: 1rem;
}

.greenbutton.button {
    border: 0;
    color: #fff;
    width: 2vw;
    float: left;
    margin-right: auto;
}

.contact-us-form {
    width: 68.5vw;
    margin: -4.5vw auto 20px;
    background: #fff;
    position: relative;
    z-index: 12;
    padding: 0 2vw 2vw;
}

.red {
    color: red;
}

.img-t {
    margin-bottom: 50px;
}

    .img-t span {
        font-size: 0.9rem;
        margin-top: 0.2rem;
        display: block;
        color: #5e6d77;
    }

.wan {
    display: block;
    font-weight: 500;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
@font-face {
    font-family: 'Lato';
    src: url('font/lato-black.woff2') format('woff2'), url('font/lato-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('font/lato-regular.woff2') format('woff2'), url('font/lato-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('font/lato-bold.woff2') format('woff2'), url('font/lato-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('font/opensans-regular.woff2') format('woff2'), url('font/opensans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('font/opensans-light.woff2') format('woff2'), url('font/opensans-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

.ltr-p .section h2 {
    font-family: lato;
    font-weight: 700;
}

.ltr-p {
    direction: ltr;
    font-family: open sans;
    font-weight: 300;
}

    .ltr-p .button {
        font-family: lato;
        font-weight: 700;
    }

    .ltr-p .testimonials .name {
        font-family: lato;
    }

    .ltr-p .testimonials .details p {
        padding-left: 0;
        padding-right: 5px;
    }

    .ltr-p .quetes-icon {
        left: auto;
        right: 0;
        -webkit-transform: scaleX(-1);
                transform: scaleX(-1);
    }

    .ltr-p .testimonials .line.line1 {
        right: auto;
        left: 0;
    }

    .ltr-p .testimonials .line.line2 {
        left: auto;
        right: 2.2vw;
    }

    .ltr-p footer .logo {
        margin-right: 0;
        margin-left: 7rem;
    }

    .ltr-p .social-trading .testimonials i {
        -webkit-transform: scaleX(-1);
                transform: scaleX(-1);
    }

    .ltr-p .social-trading .testimonials .arrow-right {
        right: initial;
        -webkit-transform: translateY(-50%) scaleX(-1);
                transform: translateY(-50%) scaleX(-1);
    }

    .ltr-p .social-trading .text2 .title {
        font-family: lato;
        font-weight: 700;
    }

    .ltr-p .social-trading .text2 a {
        font-family: lato;
        font-weight: 700;
    }

    .ltr-p .section-slogan {
        font-weight: 700;
        font-family: lato;
    }

    .ltr-p .prpl-overlay {
        right: initial;
        left: 0;
        -webkit-transform: scaleX(-1);
                transform: scaleX(-1);
    }

    .ltr-p .main-menu > ul > li > a {
        font-family: lato;
        font-weight: 700;
    }

    .ltr-p .contact-details i {
        margin-left: 0;
        margin-right: 0.5rem;
    }

    .ltr-p .contact-details > div {
        margin-left: 0;
    }

    .ltr-p .left-details .lang {
        margin-right: 0;
    }

        .ltr-p .left-details .lang img {
            margin-right: 0;
            margin-left: 0.4rem;
        }

        .ltr-p .left-details .lang span {
            font-family: Rasmala Font;
        }

    .ltr-p .logon-btn i {
        margin-left: 0;
    }

    .ltr-p .left-details .logon-btn {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .ltr-p .under-slider .title {
        font-family: lato;
        font-weight: 700;
    }

    .ltr-p .under-slider a img {
        margin-left: 0;
    }

    .ltr-p .under-slider .more i {
        -webkit-transform: scaleX(-1);
                transform: scaleX(-1);
    }

    .ltr-p .card-wrapper .r {
        margin-right: 0;
    }

    .ltr-p .text-wrapper {
        z-index: 2;
    }

    .ltr-p .why-us i {
        margin-left: 0;
    }

    .ltr-p .plan .title {
        font-family: lato;
        font-weight: 700;
    }

    .ltr-p .plan .button {
        font-weight: 400;
    }

    .ltr-p .aside-contact {
        left: initial;
        right: 0;
    }

        .ltr-p .aside-contact .tab {
            left: initial;
        }

            .ltr-p .aside-contact .tab span {
                margin-left: 0;
            }

            .ltr-p .aside-contact .tab:hover {
                left: initial;
                right: 0;
            }

    .ltr-p .slider h1 {
        font-family: lato;
    }

    .ltr-p .slider .details {
        padding-left: 0;
    }

    .ltr-p .why-us .title {
        font-family: lato;
        font-weight: 700;
        display: block;
    }

    .ltr-p .card-wrapper .card {
        margin-right: 0;
    }

    .ltr-p .text-wrapper {
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;
    }

    .ltr-p .about p {
        text-align: initial;
    }

    .ltr-p .social-trading .text p {
        text-align: left;
    }

    .ltr-p .slider .buttons a:first-child {
        margin-left: 0;
    }

    .ltr-p .register-box .title {
        font-family: lato;
        font-weight: 700;
    }

    .ltr-p .register-popup .title {
        font-weight: 700;
        font-family: lato;
    }

    .ltr-p .register-popup .buttons .button:first-child {
        margin-left: 0;
    }

    .ltr-p .register-popup .input i {
        right: initial;
    }

.ltr-p {
    direction: ltr;
}

    .ltr-p .bread-crumb {
        margin-right: initial;
        margin-left: auto;
    }

        .ltr-p .bread-crumb .icon-asset-13 {
            -webkit-transform: scaleX(-1);
                    transform: scaleX(-1);
        }

    .ltr-p.content-p h3, .ltr-p.content-p h2, .ltr-p.content-p h4, .ltr-p.content-p b, .ltr-p.content-p bold, .ltr-p.content-p strong, .ltr-p.content-p th {
        font-weight: bold;
        font-family: lato;
    }

    .ltr-p .bg h1 {
        font-family: lato;
        font-weight: 700;
    }

    .ltr-p .content-p ul:not(.bread-crumb):not(.n-style) li {
        padding-right: initial;
        padding-left: 16px;
    }

        .ltr-p .content-p ul:not(.bread-crumb):not(.n-style) li:before {
            right: initial;
            left: 0;
        }

    .ltr-p .content-p .left-img {
        float: right;
    }

    .ltr-p .legal li a i {
        margin-right: 0;
        margin-left: 11px;
    }

    .ltr-p .content-p h4 span {
        margin-left: 0;
        margin-right: 8px;
    }

    .ltr-p th, .ltr-p td {
        text-align: left;
    }

    .ltr-p .prizes > div:last-child {
        margin-right: 0;
    }

    .ltr-p .prizes > div {
        margin-left: 0;
    }

.iframe-wrap iframe {
    width: 102%;
    margin-right: 0;
    margin-left: -1%;
}

/*Mobile*/
@media only screen and (max-width:900px) {
    .ltr-p .logon.mobile {
        margin-right: 19px;
        margin-left: auto;
    }

    .ltr-p .contact-details > div {
        margin-left: 0;
        margin-right: 10px;
    }

    .ltr-p .contact-details i {
        margin-left: 0;
        margin-right: 5px;
    }

    .ltr-p .exit-head.mobile {
        padding-left: 0;
        padding-right: 15px;
    }

    .ltr-p .under-slider a img {
        margin-left: 0;
        margin-right: 11px;
    }

    .ltr-p .under-slider .more i {
        margin-right: 0;
        margin-left: 2px;
    }

    .ltr-p .why-us i {
        margin-left: 0;
        margin-right: 12px;
    }

    .ltr-p .why-us .title {
        margin-bottom: 5px;
    }

    .ltr-p .quetes-icon {
        left: initial;
        right: 0;
    }

    .ltr-p .testimonials .boxed {
        padding-right: 0;
        padding-left: 22px;
    }

    .ltr-p footer .warning {
        line-height: initial;
    }

    .ltr-p .register-box .icon-arrow-2 {
        left: initial;
        right: 45px;
    }

    .ltr-p .register-popup .desc {
        font-size: 14px;
    }

    .ltr-p .register-popup input {
        padding-right: 10px;
        padding-left: 30px;
    }

    .ltr-p .register-popup .input i {
        right: initial;
        left: 12px;
    }

    .ltr-p .register-popup .buttons .button:first-child {
        margin-left: 0;
        margin-right: 6px;
    }

    .ltr-p .ltr-p.content-p p, .ltr-p.content-p ul, .ltr-p.content-p span:not(.icon), .ltr-p.content-p ol {
        font-size: 16px;
    }

    .ltr-p .accord_click i {
        margin-right: 0;
        margin-left: 10px;
    }
}

/*Desktop*/
@media only screen and (min-width:900px) {
    .ltr-p .main-menu > ul ul {
        right: inherit;
        left: 0;
    }

    .ltr-p .master-card .line1 {
        right: initial;
    }

    .ltr-p .master-card .line2 {
        right: initial;
    }

    .ltr-p .section h2 {
        line-height: 2.3vw;
    }

    .ltr-p .portfolio-management p {
        line-height: 2vw;
    }

    .ltr-p footer .warning {
        font-size: 0.9vw;
        line-height: 1.1vw;
    }

    .ltr-p .testimonials .position {
        font-size: 0.8vw;
    }

    .ltr-p .testimonials .details p {
        font-size: 1.1vw;
        padding-right: 1vw;
    }

    .ltr-p .testimonials .boxed {
        padding-left: 4vw;
        padding-right: 15vw;
    }

    .ltr-p .testimonials .line.line2 {
        left: initial;
        right: 2.2vw;
    }

    .ltr-p .social-trading .testimonials .arrow-right {
        left: -0.6875vw;
    }

    .ltr-p .tm {
        margin-left: 0.4vw;
    }

    .ltr-p .section-slogan {
        padding-top: 0.8vw;
    }

    .ltr-p .contact-details > div {
        margin-right: 1vw;
    }

    .ltr-p .left-details .lang {
        margin-left: 1.8vw;
    }

    .ltr-p .logon-btn i {
        margin-right: 0.3vw;
    }

    .ltr-p .left-details .logon-btn {
        min-width: 5vw;
        padding: 0.2vw 0.75vw;
    }

    .ltr-p .under-slider a img {
        margin-right: 1.5vw;
    }

    .ltr-p .under-slider .more {
        font-size: 1vw;
    }

    .ltr-p .card-wrapper .r {
        font-size: 1.3vw;
        top: -1.2vw;
        margin-left: 0.2vw;
    }

    .ltr-p .master-card .line1 {
        left: 12.5vw;
    }

    .ltr-p .master-card .line2 {
        left: 44.5vw;
    }

    .ltr-p .why-us i {
        margin-right: 0.7vw;
    }

    .ltr-p .aside-contact .tab {
        right: -11.4vw;
        border-radius: 0.5vw 0 0 0.5vw;
    }

        .ltr-p .aside-contact .tab i {
            margin-left: 0.1vw;
            margin-right: 0.7vw;
        }

        .ltr-p .aside-contact .tab span {
            margin-right: 0.5vw;
        }

    .ltr-p .slider h1 {
        line-height: 3.1vw;
    }

    .ltr-p .slider .details {
        width: 31vw;
        padding-right: 2vw;
    }

    .ltr-p .why-us .title {
        margin-bottom: 0.5vw;
    }

    .ltr-p .card-wrapper .card {
        margin-left: -3.3vw;
    }

    .ltr-p section p {
        letter-spacing: 0.03vw;
        font-size: 1.3vw;
    }

    .ltr-p section .head {
        margin-bottom: 2.4vw;
    }

    .ltr-p .slider .buttons a:first-child {
        margin-right: 1vw;
    }

    .ltr-p .register-box .icon-arrow-2 {
        right: 2vw;
    }

    .ltr-p .register-popup .desc {
        font-size: 1.16vw;
    }

    .ltr-p .register-popup input {
        padding-left: 3.5vw;
        padding-right: 1.2vw;
    }

    .ltr-p .register-popup .buttons .button:first-child {
        margin-right: 1vw;
    }

    .ltr-p .register-popup .input i {
        left: 1.2vw;
    }

    .ltr-p input:not([type="checkbox"]), select, textarea {
        font-size: 1.3vw;
    }

    .ltr-p.content-p p, .ltr-p.content-p ul, .ltr-p.content-p span:not(.icon), .ltr-p.content-p ol {
        font-size: 1.3vw;
    }

    .ltr-p .prizes > div {
        margin-right: 2.8vw;
    }
}

.ltr-p .slider img, .ltr-p .slider video {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
}

.ltr-p .call-details > div .icon {
    margin-left: 0;
    margin-right: 0.6rem;
}

.greenbutton.button {
    float: right;
}

/*Detect IE*/
@media screen\0 {
    .iframe.cross-rate {
        margin-left: 0;
        margin-right: 1.2vw;
    }
}

@media only screen and (max-width:900px) {

    .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);
        }
}

