﻿.Privacy-policy {
}

    .Privacy-policy:hover {
        color: #f02328;
    }

#Plfrm {
    float: right;
}

.wrapper {
    width: 300px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.icon {
    height: 50px;
    width: 56px;
}

.text {
    margin: 10px;
    font-family: Cairo-Regular;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: right;
    color: var(--white);
}

.InputInline {
    display: inline-flex;
}

#phonenumber {
    right: -8%;
    width: 431px;
}

#lblMobileNumber {
    right: -4%;
}

#countryCode {
    width: 88px;
}

#lblcountryCode {
    right: 26%;
}

.input-wrapper {
    width: 100%;
    position: relative;
    line-height: 14px;
    margin: 10px 10px;
    display: inline-block;
}

.Cust-label {
    color: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 23px;
    padding: 0 2px;
    pointer-events: none;
    background: #121323;
    transition: transform 100ms ease;
    transform: translateY(-28px);
}

.Cust-input {
    width: 529px;
    height: 60px;
    font-size: 16px;
    color: var(--white);
    outline: none;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: solid 1px rgba(239, 240, 241, 0.3);
    background-color: var(--dark);
    padding: 10px 20px;
    border-radius: 8px;
    position: relative;
    max-width: 100%;
}

    .Cust-input:focus + label {
        border-color: #3484fe;
        transform: translateY(-28px);
        font-size: 10px !important;
        color: #2b96f1 !important;
    }

    .Cust-input + label {
        transform: translateY(0px);
    }

.requirements {
    right: 72%;
    color: #44ac00;
    -webkit-transition: 0.28s;
    transform: translateY(-7px);
    transition: 0.28s;
    overflow: hidden;
    background: rgb(41, 20, 35);
    font-size: 11px;
    margin-right: 35em;
}

.customDrp {
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: var(--white);
    outline: none;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: solid 1px rgba(239, 240, 241, 0.3);
    background-color: var(--dark);
    padding: 10px 20px;
    border-radius: 8px;
    position: relative;
    max-width: 100%;
    background-image: url('Images/drpArrow Icon.png');
    background-repeat: no-repeat;
    background-position: calc(100% - (100% - 20px)) calc(1em + 2px), calc(100% - (100% - 15px)) calc(1em + 2px), 0% 0;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
}

    .customDrp option {
        color: var(--white);
        background: #121323;
    }

    .customDrp:focus {
        border-color: #3484fe;
    }

#Country option:hover {
    background: red;
}

.Demo-Account-Created {
    text-transform: uppercase;
    object-fit: contain;
    font-family: Cairo-Regular;
    font-size: 39px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #44ac00;
}

.Log-in-to-your-account-using-MT4-Platform {
    object-fit: contain;
    font-family: Cairo-Regular;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
}

#DemoAcWhyMultilpUl {
    list-style: none;
}

    #DemoAcWhyMultilpUl li {
        margin-top: 10px;
    }

        #DemoAcWhyMultilpUl li:before {
            content: url(../Images/Arrow-Icon-demo-account.svg);
            position: absolute;
            right: 5em;
            transform: rotate(180deg);
        }

.TextP {
    text-align: center;
    font-family: Cairo-Regular;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
}

    .TextP a {
        font-weight: 900;
        color: #3484fe;
        text-decoration: none !important;
        line-height: 2;
    }

.BeforeFooterSpace {
    padding-bottom: 120px;
}

.select2-results__option {
    padding-left: 0;
    padding-right: 25px;
}

.select2-container--material .select2-results > .select2-results__options {
    direction: rtl;
}

@media (max-width: 575.98px) {
    .tac-err {
        font-size: 9px;
    }

    .img-success {
        margin-right: 10em;
    }

    .Successbase {
        text-align: center;
        padding: 9%;
        margin: 45% auto;
        height: 400px;
        object-fit: contain;
        border-radius: 8px;
    }

    .Information-Submited {
        text-transform: uppercase;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 32px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: center;
        color: #44ac00;
    }

    .Thank-you-Our-team-will-review-your-details-and-get-back-to-you-As-soon-as-possible {
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: center;
        color: var(--white);
    }

    .select2-search--dropdown {
        margin: 0px 0px;
    }

    .DemoAcContent {
        background-color: #121323 !important;
        color: white;
        padding-top: 120px;
        z-index: 999;
        padding-bottom: 120px;
    }

    .Join-Multilp-pro-Community {
        padding-top: 2em;
        padding-right: 30px;
        text-transform: uppercase;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 25px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
    }

    .LiveAcbg {
        background: url(../Images/Live-Account-mobile.svg) center bottom no-repeat;
        background-position: bottom right;
    }

    .requirements {
        right: 72%;
        color: #44ac00;
        -webkit-transition: 0.28s;
        transform: translateY(-7px);
        transition: 0.28s;
        overflow: hidden;
        background: #121323;
        font-size: 11px;
        margin-right: 17em;
    }

    .requirements-Mobile {
        right: 72%;
        color: #44ac00;
        -webkit-transition: 0.28s;
        transform: translateY(-7px);
        transition: 0.28s;
        overflow: hidden;
        background: #121323;
        font-size: 11px;
        margin-right: 5em;
    }

    .requirements-Email {
        right: 72%;
        color: #44ac00;
        -webkit-transition: 0.28s;
        transform: translateY(-7px);
        transition: 0.28s;
        overflow: hidden;
        background: #121323;
        font-size: 11px;
        margin-right: 15.5em;
    }

    .requirements-EmailExist {
        right: 72%;
        color: #f02328;
        -webkit-transition: 0.28s;
        transform: translateY(-7px);
        transition: 0.28s;
        overflow: hidden;
        background: #121323;
        font-size: 11px;
        margin-right: 2em;
        /*span */
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
        /*span */
    }

    #inputMobileNo {
        /*width: 350px;*/
        width: 100%;
    }

    .Cust-input {
        width: 344px;
        height: 50px;
        font-size: 16px;
        color: var(--white);
        outline: none;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border: solid 1px rgba(239, 240, 241, 0.3);
        background-color: var(--dark);
        padding: 10px 20px;
        border-radius: 8px;
        position: relative;
        max-width: 100%;
    }

    .Cust-label {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        position: absolute;
        z-index: 2;
        right: 20px;
        top: 19px;
        padding: 0 2px;
        pointer-events: none;
        background: #121323;
        transition: transform 100ms ease;
        transform: translateY(-28px);
    }

    #countryCode {
        width: 80px;
    }

    #phonenumber {
        right: -4%;
        width: 232px;
    }

    #lblMobileNumber {
        right: 0%;
    }

    .btnhover:after {
        content: url(../Images/btn-arrow-icon.svg);
        position: absolute;
        opacity: 0;
        top: 8px;
        left: -20px;
    }

    .btnhover:hover:after {
        opacity: 1 !important;
        left: 50px !important;
        top: 12px;
    }

    .btnLiveAccount {
        margin-right: 10px;
        text-transform: uppercase;
        margin-top: 20px;
        border: none;
        color: #f4f4f4;
        width: 99.2%;
        height: 50px;
        object-fit: contain;
        border-radius: 8px;
        object-fit: contain;
        line-height: 1.2;
        letter-spacing: normal;
        background-color: #3484fe;
    }


    .Open-Live-Account {
        padding-right: 10px;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
        text-transform: uppercase;
        padding-bottom: 10px;
    }

    .Why-Pro-traders-Have-demo-account {
        text-transform: uppercase;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
        padding: 50px 33px 20px 30px;
    }

    .Why-Multilp {
        text-transform: uppercase;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
        padding: 20px 33px 20px 30px;
    }

    .wrapper {
        width: 236px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-bottom: 10px;
    }

        .wrapper img {
            width: 40px;
            height: 40px;
        }

    #DemoAcWhyMultilpUl {
        list-style: none;
        padding-right: 70px;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
    }

        #DemoAcWhyMultilpUl li:before {
            content: url('../Images/Arrow Icon16.png');
            position: absolute;
            right: 55px;
            height: 16px;
            width: 16px;
        }

    .ExtraSpace {
        background-color: #121323;
        color: white;
        padding-top: 120px;
        padding-bottom: 10px;
        z-index: 999;
    }

    .select2-container--material {
        font-size: 16px;
        width: 100% !important;
    }

    .btnhover:hover {
        padding-left: 60% !important
    }

    .btnhover:after {
        top: 0.4em !important;
        left: 0 !important;
    }

    .btnhover:hover:after {
        left: 10px !important;
        top: 12px;
    }

    .select2-container--material .select2-selection--single .select2-selection__rendered {
        float: right;
    }

    .select2-container--material .select2-selection--single .select2-selection__arrow {
        left: 12px;
        right: 0;
    }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .Join-Multilp-pro-Community {
        padding-top: 2em;
        padding-right: 33px;
        text-transform: uppercase;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 25px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
    }

    .DemoAcContent {
        background-color: #121323 !important;
        color: white;
        padding-top: 120px;
        z-index: 999;
        padding-bottom: 120px;
    }

    .ScreenBody {
        background-color: #121323;
        color: white;
        padding-top: 120px;
        z-index: 999;
        padding-right: 23%;
    }

    .LiveAcbg {
        background: url(../Images/Live-Account-mobile.svg) center bottom no-repeat;
        background-size: 575px;
        padding-bottom: 20px;
    }

    .Cust-input {
        width: 344px;
        height: 50px;
        font-size: 16px;
        color: var(--white);
        outline: none;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border: solid 1px rgba(239, 240, 241, 0.3);
        background-color: var(--dark);
        padding: 10px 20px;
        border-radius: 8px;
        position: relative;
        max-width: 100%;
    }



    .Cust-label {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        position: absolute;
        z-index: 2;
        right: 20px;
        top: 19px;
        padding: 0 2px;
        pointer-events: none;
        background: #121323;
        transition: transform 100ms ease;
        transform: translateY(-28px);
    }

    #phonenumber {
        right: -5%;
        width: 257px;
    }

    #lblMobileNumber {
        right: 0%;
    }

    #countryCode {
        width: 80px;
    }

    .TextP {
        text-align: center;
        font-family: Cairo-Regular;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.23;
        letter-spacing: normal;
        text-align: center;
        color: var(--white);
        width: 344px;
    }

    .requirements {
        right: 72%;
        color: #44ac00;
        -webkit-transition: 0.28s;
        transform: translateY(-7px);
        transition: 0.28s;
        overflow: hidden;
        background: rgb(18, 19, 35);
        font-size: 11px;
        margin-right: 18em;
    }

    .btnLiveAccount {
        margin-right: 10px;
        text-transform: uppercase;
        margin-top: 20px;
        border: none;
        color: #f4f4f4;
        width: 99.2%;
        height: 50px;
        object-fit: contain;
        border-radius: 8px;
        object-fit: contain;
        line-height: 1.2;
        letter-spacing: normal;
        background-color: #3484fe;
    }


    .Open-Live-Account {
        padding-right: 10px;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
        text-transform: uppercase;
        padding-bottom: 10px;
    }

    .Why-Pro-traders-Have-demo-account {
        text-transform: uppercase;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
        padding: 50px 33px 20px 30px;
    }

    .Why-Multilp {
        text-transform: uppercase;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
        padding: 20px 33px 20px 30px;
    }

    .select2-container--material {
        font-size: 16px;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 1059.98px) {

    .img-success {
        margin-right: 18em;
    }

    .Successbase {
        text-align: center;
        padding: 9%;
        margin: 15% auto;
        width: 638px;
        height: 551px;
        object-fit: contain;
        border-radius: 8px;
    }

    .Information-Submited {
        text-transform: uppercase;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 32px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: center;
        color: #44ac00;
    }

    .Thank-you-Our-team-will-review-your-details-and-get-back-to-you-As-soon-as-possible {
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: center;
        color: var(--white);
    }

    .Join-Multilp-pro-Community {
        text-transform: uppercase;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
    }

    .btnLiveAccount {
        margin-right: 7em;
        text-transform: uppercase;
        margin-top: 20px;
        border: none;
        color: #f4f4f4;
        width: 400px;
        height: 50px;
        object-fit: contain;
        border-radius: 8px;
        object-fit: contain;
        line-height: 1.2;
        letter-spacing: normal;
        background-color: #3484fe;
    }

    #IpadMl {
        margin-right: -4em;
    }

    #IpadMr {
        margin-top: 4em;
        margin-right: 45px;
    }

    .DemoAcContent {
        background-color: #121323 !important;
        color: white;
        padding-top: 120px;
        z-index: 999;
        padding-bottom: 100px;
    }

    .LiveAcbg {
        background: url(../Images/Live-Account-ipad.svg) center bottom no-repeat;
        background-position: bottom right;
    }

    #DemoAcWhyMultilpUl {
        list-style: none;
    }

        #DemoAcWhyMultilpUl li {
            margin-top: 7px;
            object-fit: contain;
            font-family: Cairo-Regular;
            font-size: 16px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.19;
            letter-spacing: normal;
            text-align: right;
            color: var(--white);
        }

            #DemoAcWhyMultilpUl li:before {
                content: url('../Images/Arrow Icon16.png');
                position: absolute;
                right: 110px;
            }

    #ml-7 {
        margin-right: 7em;
    }

    .requirements {
        right: 72%;
        color: #44ac00;
        -webkit-transition: 0.28s;
        transform: translateY(-7px);
        transition: 0.28s;
        overflow: hidden;
        background: #121323;
        font-size: 11px;
        margin-right: 37em;
    }

    .requirements-Mobile {
        right: 72%;
        color: #44ac00;
        -webkit-transition: 0.28s;
        transform: translateY(-7px);
        transition: 0.28s;
        overflow: hidden;
        background: #121323;
        font-size: 11px;
        margin-right: 14em;
    }

    .requirements-Email {
        right: 72%;
        color: #44ac00;
        -webkit-transition: 0.28s;
        transform: translateY(-7px);
        transition: 0.28s;
        overflow: hidden;
        background: #121323;
        font-size: 11px;
        margin-right: 35em;
    }

    .requirements-EmailExist {
        right: 72%;
        color: #f02328;
        -webkit-transition: 0.28s;
        transform: translateY(-7px);
        transition: 0.28s;
        overflow: hidden;
        background: #121323;
        font-size: 11px;
        margin-right: 20em;
        /*span */
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
        /*span */
    }

    .select2-container--material {
        width: 400px !important;
    }

    .Open-Live-Account {
        padding-right: 22%;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
        text-transform: uppercase;
        padding-bottom: 10px;
    }

    .wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-bottom: 10px;
    }

        .wrapper img {
            width: 38px;
            height: 38px;
        }

    #TestYourTrading {
        width: 38px;
        height: 38px;
        position: absolute;
        left: 23em;
        top: 0px;
    }

    #RealmarketIcon {
        width: 38px;
        height: 38px;
        margin-top: 4em;
        margin-right: -21.5em;
    }

    #Wrapper1 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-bottom: 10px;
    }

        #Wrapper1 img {
            height: 38px;
            width: 38px;
            left: 23em;
        }


    .Why-Pro-traders-Have-demo-account {
        text-transform: uppercase;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
    }

    .Why-Multilp {
        text-transform: uppercase;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
        margin-top: 50px;
        margin-bottom: 30px;
    }


    #DemoAcWhyMultilpUl li {
        margin-top: 10px;
        font-size: 16px;
    }

    .Options {
        position: absolute;
        left: -85%;
        top: 48%;
    }

    .clearfix1 {
        height: 50px;
        margin: 0 0 -50px 0;
        background: transparent;
    }

    .ipadposition1 {
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
        left: 8.5em;
        position: absolute;
        top: 2.5em;
    }

    .ipadposition2 {
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
        left: 9em;
        position: absolute;
        top: -10px;
    }


    #phonenumber {
        right: 1%;
        width: 296px;
    }

    #lblMobileNumber {
        right: 5%;
    }

    #inputMobileNo {
        width: 401px;
    }

    .InputInline {
        display: inline-flex;
        padding-right: 17%;
    }

    .Cust-label {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        position: absolute;
        z-index: 2;
        right: 22%;
        top: 19px;
        padding: 0 2px;
        pointer-events: none;
        background: #121323;
        transition: transform 100ms ease;
        transform: translateY(-28px);
    }

    .Cust-input {
        width: 400px;
        height: 50px;
        font-size: 16px;
        color: var(--white);
        outline: none;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border: solid 1px rgba(239, 240, 241, 0.3);
        background-color: var(--dark);
        padding: 10px 20px;
        border-radius: 8px;
        position: relative;
        max-width: 100%;
        right: 20%;
    }

    .btnhover:after {
        content: url(../Images/btn-arrow-icon.svg);
        position: absolute;
        opacity: 0;
        top: 8px;
        left: -20px;
    }

    .btnhover:hover:after {
        opacity: 1 !important;
        left: 50px !important;
        top: 12px;
    }

    .TextP {
        text-align: center;
        font-family: Cairo-Regular;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.23;
        letter-spacing: normal;
        text-align: center;
        color: var(--white);
    }

    .btnDemoAccount {
        text-transform: uppercase;
        margin-top: 20px;
        border: none;
        color: #f4f4f4;
        width: 400px;
        ;
        height: 50px;
        object-fit: contain;
        border-radius: 8px;
        object-fit: contain;
        border-radius: 8px;
        background-color: #80808052;
        background-image: linear-gradient(90deg, #f27053, #f02328);
        right: 21.7%;
    }

    .select2-container--material {
        font-size: 16px;
    }

    .btnhover:hover {
        padding-left: 40% !important
    }

    .btnhover:after {
        top: 0.4em !important;
        left: 0 !important;
    }

    .btnhover:hover:after {
        left: 10px !important;
        top: 12px;
    }

    .select2-container--material .select2-selection--single .select2-selection__rendered {
        float: right;
    }

    .select2-container--material .select2-selection--single .select2-selection__arrow {
        left: 12px;
        right: 0;
    }

    .select2-container--material {
        left: 0;
        right: 20%;
    }

    .select2-container--open .select2-dropdown {
        left: 0;
        right: 4%;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 1060px) and (max-width: 1441.98px) {

    .margins-right {
        margin-right: 25%;
    }

    .img-success {
        margin-right: 9em;
    }

    .Successbase {
        text-align: center;
        padding: 5%;
        margin: 8% 33%;
        width: 400px;
        height: 421px;
        object-fit: contain;
        border-radius: 8px;
        -webkit-backdrop-filter: blur(5.2px);
        backdrop-filter: blur(5.2px);
        border: solid 1px #333333;
        background-color: #12132366;
    }

    .Information-Submited {
        text-transform: uppercase;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 32px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: center;
        color: #44ac00;
    }

    .Thank-you-Our-team-will-review-your-details-and-get-back-to-you-As-soon-as-possible {
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: center;
        color: var(--white);
    }

    .select2-container--material {
        width: 400px !important;
    }

    #Plfrm {
        padding-right: 10%;
    }

    .Join-Multilp-pro-Community {
        text-transform: uppercase;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 32px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
        /*padding-right: 2.5em;*/
    }

    #ml-7 {
        margin-right: 7em;
    }

    .DemoAcContent {
        background-color: #121323 !important;
        color: white;
        padding-top: 10em;
        z-index: 999;
        height: 800px;
    }


    .LiveAcbg {
        background: url(../Images/Live-Account-laptop.svg) right top no-repeat;
        background-position: bottom right;
    }

    #DemoAcWhyMultilpUl {
        list-style: none;
    }

        #DemoAcWhyMultilpUl li {
            margin-top: 7px;
        }

            #DemoAcWhyMultilpUl li:before {
                content: url('../Images/Arrow Icon16.png');
                position: absolute;
                right: 7em;
            }

    .btnLiveAccount {
        margin-right: 8px;
        text-transform: uppercase;
        margin-top: 20px;
        border: none;
        color: #f4f4f4;
        width: 400px;
        height: 50px;
        object-fit: contain;
        border-radius: 8px;
        object-fit: contain;
        line-height: 1.2;
        letter-spacing: normal;
        background-color: #3484fe;
    }

    .TextP {
        text-align: center;
        font-family: Cairo-Regular;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.23;
        letter-spacing: normal;
        text-align: center;
        color: var(--white);
        width: 400px;
    }

    .btnhover:after {
        content: url(../Images/btn-arrow-icon.svg);
        position: absolute;
        opacity: 0;
        top: 8px;
        left: -20px;
    }

    .btnhover:hover:after {
        opacity: 1 !important;
        left: 50px !important;
        top: 12px;
    }

    .Open-Live-Account {
        padding-right: 10px;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
        text-transform: uppercase;
        padding-bottom: 15px;
    }

    .wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-bottom: 10px;
    }


        .wrapper img {
            width: 38px;
            height: 38px;
            position: absolute;
            left: 192px;
            top: 0px;
        }

    #Wrapper1 {
    }

        #Wrapper1 img {
            height: 38px;
            width: 38px;
        }

    .Cust-input {
        width: 400px;
        height: 50px;
        font-size: 16px;
        color: var(--white);
        outline: none;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        border: solid 1px rgba(239, 240, 241, 0.3);
        background-color: var(--dark);
        padding: 10px 20px;
        border-radius: 8px;
        position: relative;
        max-width: 100%;
    }

    .Cust-label {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        position: absolute;
        z-index: 2;
        right: 20px;
        top: 19px;
        padding: 0 2px;
        pointer-events: none;
        background: #121323;
        transition: transform 100ms ease;
        transform: translateY(-28px);
    }

    #phonenumber {
        right: -3%;
        width: 292px;
    }

    #lblMobileNumber {
        right: 0%;
    }

    .Why-Pro-traders-Have-demo-account {
        text-transform: uppercase;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
    }

    .Why-Multilp {
        text-transform: uppercase;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
        margin-top: 50px;
        margin-bottom: 30px;
    }

    #DemoAcWhyMultilpUl li {
        margin-top: 10px;
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
    }

    .TextStyle-with-icons {
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
        left: 22px;
        position: absolute;
        top: -10px;
    }

    #inputMobileNo {
        width: 434px;
    }

    .requirements {
        right: 72%;
        color: #44ac00;
        -webkit-transition: 0.28s;
        transform: translateY(-7px);
        transition: 0.28s;
        overflow: hidden;
        background: #291423;
        font-size: 11px;
        margin-right: 25em;
    }

    .requirements-Mobile {
        right: 72%;
        color: #44ac00;
        -webkit-transition: 0.28s;
        transform: translateY(-7px);
        transition: 0.28s;
        overflow: hidden;
        background: #291423;
        font-size: 11px;
        margin-right: 12.4em;
    }

    .requirements-Email {
        right: 72%;
        color: #44ac00;
        -webkit-transition: 0.28s;
        transform: translateY(-7px);
        transition: 0.28s;
        overflow: hidden;
        background: #291423;
        font-size: 11px;
        margin-right: 23.4em;
    }

    .requirements-EmailExist {
        right: 72%;
        color: #f02328;
        -webkit-transition: 0.28s;
        transform: translateY(-7px);
        transition: 0.28s;
        overflow: hidden;
        background: #291423;
        font-size: 11px;
        margin-right: 8em;
        /*span */
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
        /*span */
    }


    .select2-container--material {
        font-size: 16px;
    }

    .btnhover:hover {
        padding-left: 60% !important
    }

    .btnhover:after {
        top: 0.4em !important;
        left: 0 !important;
    }

    .btnhover:hover:after {
        left: 10px !important;
        top: 12px;
    }

    .select2-container--material .select2-selection--single .select2-selection__rendered {
        float: right;
    }

    .select2-container--material .select2-selection--single .select2-selection__arrow {
        left: 12px;
        right: 0;
    }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1442px) {

    .margins-right {
        margin-right: 25%;
    }

    .img-success {
        margin-right: 11em;
    }

    .Successbase {
        text-align: center;
        padding: 7% 9%;
        margin: 1% 27%;
        width: 638px;
        height: 551px;
        object-fit: contain;
        border-radius: 8px;
        -webkit-backdrop-filter: blur(5.2px);
        backdrop-filter: blur(5.2px);
        border: solid 1px #333333;
        background-color: #12132366;
    }

    .Information-Submited {
        text-transform: uppercase;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 41px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: center;
        color: #44ac00;
    }

    .Thank-you-Our-team-will-review-your-details-and-get-back-to-you-As-soon-as-possible {
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 25px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: center;
        color: var(--white);
    }

    .select2-container--material {
        width: 529px !important;
    }

    .btnLiveAccount {
        margin-right: 8px;
        text-transform: uppercase;
        margin-top: 20px;
        border: none;
        color: #f4f4f4;
        width: 529px;
        height: 60px;
        object-fit: contain;
        border-radius: 8px;
        object-fit: contain;
        border-radius: 8px;
        background-color: #3484fe;
    }

    .Join-Multilp-pro-Community {
        text-transform: uppercase;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 32px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
        /* padding-right: 3.2em;*/
    }

    #ml-7 {
        margin-right: 7em;
    }

    .DemoAcContent {
        background-color: #121323 !important;
        color: white;
        height: 980px;
        z-index: 999;
        padding-top: 12em;
    }

    .wrapper {
        width: 300px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-bottom: 10px;
    }

        .wrapper img {
            width: 58px;
            height: 58px;
            position: absolute;
            left: 215px;
        }

    #phonenumber {
        right: -2%;
        width: 420px;
    }

    #lblMobileNumber {
        right: 4%;
    }

    .btnhover:after {
        content: url(../Images/btn-arrow-icon.svg);
        position: absolute;
        opacity: 0;
        top: 22px;
        left: -20px;
        transition: 0.5s;
    }

    .TextP {
        text-align: center;
        font-family: Cairo-Regular;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: normal;
        text-align: center;
        color: var(--white);
        width: 455px;
        height: 64px;
    }

    #Wrapper1 {
        width: 350px;
    }

        #Wrapper1 img {
            height: 58px;
            width: 58px;
            left: 193px;
        }

    .LiveAcbg {
        background: url(../Images/Live-Account-desktop.svg) top center no-repeat;
        background-position: bottom right;
    }


    .Open-Live-Account {
        padding-right: 10px;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 25px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
        text-transform: uppercase;
        padding-bottom: 20px;
    }

    .Why-Pro-traders-Have-demo-account {
        text-transform: uppercase;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 29px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
    }

    .Why-Multilp {
        text-transform: uppercase;
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 29px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 2.1;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
    }

    #DemoAcWhyMultilpUl li {
        margin-top: 10px;
        font-size: 25px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
    }

    .TextStyle-with-icons {
        object-fit: contain;
        font-family: Cairo-Regular;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.21;
        letter-spacing: normal;
        text-align: right;
        color: var(--white);
    }

    #inputMobileNo {
        width: 529px;
    }

    .btnhover:after {
        content: url(../Images/btn-arrow-icon.svg);
        position: absolute;
        opacity: 0;
        top: 15px;
        left: -20px;
        transition: 0.5s;
    }

    .btnhover:hover {
        padding-left: 60% !important
    }

    .btnhover:after {
        top: 0.4em !important;
        left: 0 !important;
    }

    .btnhover:hover:after {
        left: 10px !important;
        top: 16px;
    }

    .requirements {
        right: 72%;
        color: #44ac00;
        -webkit-transition: 0.28s;
        transform: translateY(-7px);
        transition: 0.28s;
        overflow: hidden;
        background: rgb(41, 20, 35);
        font-size: 11px;
        margin-right: 37em;
    }

    .requirements-Mobile {
        right: 72%;
        color: #44ac00;
        -webkit-transition: 0.28s;
        transform: translateY(-7px);
        transition: 0.28s;
        overflow: hidden;
        background: rgb(41, 20, 35);
        font-size: 11px;
        margin-right: 24.3em;
    }

    .requirements-Email {
        right: 72%;
        color: #44ac00;
        -webkit-transition: 0.28s;
        transform: translateY(-7px);
        transition: 0.28s;
        overflow: hidden;
        background: rgb(41, 20, 35);
        font-size: 11px;
        margin-right: 35em;
    }

    .requirements-EmailExist {
        right: 72%;
        color: #f02328;
        -webkit-transition: 0.28s;
        transform: translateY(-7px);
        transition: 0.28s;
        overflow: hidden;
        background: rgb(41, 20, 35);
        font-size: 11px;
        margin-right: 19em;
        /*span */
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: bold;
        /*span */
    }

    .select2-container--material .select2-selection--single .select2-selection__rendered {
        float: right;
    }

    .select2-container--material .select2-selection--single .select2-selection__arrow {
        left: 17px;
        right: 0;
    }
}

@media only screen and (max-width: 375px) {

    #inputMobileNo {
        width: 375px;
    }

    #phonenumber {
        /* left: 5%; */
        width: 213px;
    }

    #lblMobileNumber {
        right: 0%;
    }

    .select2-container--material .select2-search--dropdown .select2-search__field {
        border-radius: 8px;
        outline: none;
        width: 375px;
        height: 50px;
        max-width: 305px;
        padding-right: 16px;
    }
}

@media only screen and (max-width: 360px) {
    .DemoAcContent {
        background-color: #121323 !important;
        color: white;
        padding-top: 120px;
        z-index: 999;
        width: 360px;
    }

    #inputMobileNo {
        width: 100%;
    }

    #phonenumber {
        /* left: 5%; */
        width: 209px;
    }

    #lblMobileNumber {
        right: 0%;
    }

    .select2-container--material .select2-search--dropdown .select2-search__field {
        border-radius: 8px;
        outline: none;
        width: 360px;
        height: 50px;
        max-width: 291px;
        padding-right: 16px;
    }
}

@media only screen and (max-width: 320px) {
    .DemoAcContent {
        background-color: #121323 !important;
        color: white;
        padding-top: 120px;
        z-index: 999;
        width: 320px;
    }

    #inputMobileNo {
        width: 100%;
    }

    #phonenumber {
        /* left: 5%; */
        width: 166px;
    }

    #lblMobileNumber {
        right: 0%;
    }

    .select2-container--material .select2-search--dropdown .select2-search__field {
        border-radius: 8px;
        outline: none;
        width: 320px;
        height: 50px;
        max-width: 250px;
        padding-right: 16px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }
}

.text-trasform {
    text-transform: capitalize !important;
}

.w-100 {
    width: 100% !important;
}

.hide {
    display: none !important;
}

@media (min-width:1900px) {
    .Cust-input {
        width: 529px;
    }
}
