body,
html {
    overflow-x: hidden;
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2b1dae !important;

    opacity: 0.5 !important;
    /* Firefox */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #2b1dae !important;
    opacity: 0.5 !important;
    /* Firefox */
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #2b1dae !important;
    opacity: 0.5 !important;
    /* Firefox */
}

footer .subscribe-input input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;

    opacity: 0.5 !important;
    /* Firefox */
}

footer .subscribe-input input {
    width: auto;
}

footer {
    background-color: #00003c;
}

header {
    padding: 0px 0px;
}

header .logo {
    float: right;
}

header .header-buttons {
    margin-top: 30px;
}

.div-body {

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    position: relative;
}

.div-body .div-layer {
    background: linear-gradient(90deg,
            rgba(23, 41, 126, 1) 0,
            rgba(23, 58, 168, 1) 50%,
            rgba(23, 58, 168, 1) 100%);

    padding: 60px 0px;

    padding-bottom: 180px;
}

.div-body2 .div-layer {
    background: linear-gradient(90deg,
            rgba(23, 41, 126, 1) 0,
            rgba(23, 58, 168, 1) 50%,
            rgba(23, 58, 168, 1) 100%);

    padding: 50px 0px;
    padding-bottom: 80px;
}

.logo {
    width: 220px;
}

h1 {
    text-align: left;
    color: #ffca12;
    line-height: 80px;
    font-weight: bold;
    text-shadow: -1px 3px 4px rgb(0, 0, 0);
    font-size: 3rem;
    margin-top: 40px;
}

h1 span {
    color: #ffca12;
}

h2 {
    text-align: left;
    color: #fff;
    line-height: 40px;
    text-shadow: -1px 3px 4px rgb(0, 0, 0);
    font-size: 26px;
}

h2 span {
    font-weight: bold;
}

.webtrader_image {
    width: 80%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.yellow-section {
    background-color: #ffca12;
    color: #030005;
    font-size: 26px;
    width: 100%;
    box-shadow: 0px 0px 36px -9px rgba(0, 0, 0, 5);
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 20px;
    margin-top: 50px;
}

.seperator {
    background-color: #fff;
    opacity: 0.8;
    height: 1px;
    margin: 30px 0px;
    width: 100%;
}

h5 {
    text-align: center;
    color: #000041;
    line-height: 60px;
    font-size: 30px;
    font-weight: normal;
    margin-top: 26px;

}

h6 {
    text-align: center;
    color: #fff;
    line-height: 80px;
    font-weight: bold;
    font-size: 3rem;
    margin-top: 40px;
}

h3 {
    text-align: left;
    color: #fff;
    line-height: 60px;
    font-weight: bold;
    text-shadow: -1px 3px 4px rgb(0, 0, 0);
    text-align: center;
    margin-bottom: 20px;
}

#form-point {
    padding: 30px 50px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
    border-radius: 20px;
}

input {
    width: 100%;
    padding: 15px 15px;

    margin-bottom: 10px;
    border: 1px solid #ced4da;

    border-radius: 20px;
    text-align: center;
    font-weight: bold;
    color: #2a1cb1;
}

#phone {
    border-radius: 20px;
    font-weight: bold;
}

.dropdown {
    width: 100%;
}

.dropdown button {
    padding: 13px 15px;
    border: 1px solid #2b388f;
    border-radius: 20px;
    text-align: center;
}

.bootstrap-select .dropdown-menu {
    width: 100%;
    min-width: auto !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #2b388f;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    outline-offset: 0px;
}

.btn-light:focus {
    box-shadow: none;
}

.btn-light {
    background-color: #fff;
    border-color: #fff;
}

input.form-control {
    border: 1px solid #ced4da;
}

.form-control:focus {
    box-shadow: none;
}

.captcha-box {
    position: relative;
}

.captcha-box img {
    position: absolute;
    top: 1px;

    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.check-container {
    font-size: 14px;
    color: #ffffff;
    text-align: justify;
    border: 2px solid transparent;
}

.check-container a {
    color: #697bf5;
}

.check-container .checkmark {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    top: -2px;
}

.check-container input:checked~.checkmark {
    background-color: #2b388f;
    border-color: #2b388f;
}

.check-container .checkmark:after {
    left: 9px;
    top: 5px;
}

input[type="button"] {
    color: #ffffff;
    font-size: 26px;
    border: 1px solid #ffffff;
    display: block;
    margin: 0 auto;
    width: 350px;
    padding: 30px 0px;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 40px;
    font-weight: bold;
    background-color: transparent;
}

input[type="button"]:hover {
    background-color: #2b388f;
    border-color: #2b388f;
}

.required {
    border: 2px solid #e3342f !important;
}

form a.register-button {
    background-color: #ffca12;
    color: #00003e;
    display: block;
    text-align: center;
    border-radius: 40px;
    padding: 10px 0px;
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    width: 250px;
    margin: 0 auto;
}

form a.register-button:hover {
    background-color: #c9a10f;
}

a.register-button2 {
    background-color: #ffca12;
    color: #00003e;
    display: block;
    text-align: center;
    border-radius: 40px;
    padding: 10px 0px;
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    width: 200px;
}

a.register-button2:hover {
    background-color: #c9a10f;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #000000;
}

.dropdown-item {
    font-size: 15px;
    max-width: none;
    padding: 0.25rem 1.5rem;
}

.dropdown .dropdown-toggle::after {
    border-top: 0.3em solid #000000 !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    margin-bottom: 10px;
}

.dropdown button {
    padding: 15px 15px;
    border: 1px solid #ced4da;
}

.zoom {
    width: 150px;
}

.sep_view {
    height: 55px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.6);
    margin-right: 35px;
    margin-left: 35px;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;

    border-right: 10px solid #fff;
    margin-top: 16px;
}

.countdown {
    float: right;
    clear: both;
    margin-top: 10px;
    margin-bottom: 20px;
}

.countdown ul {
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: start;
    justify-content: start;
}

.countdown ul li {
    display: flex;

    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    font-size: 56px;
    position: relative;
}

.countdown ul li div {
    font-size: 16px;
    margin-top: -18px;
    font-weight: bold;
}


html[lang="ar"] h4 {

    font-size: 3rem;
    line-height: 80px;

}


html[lang="ar"] h5
{
    margin-top: 40px;
    margin-bottom: 40px;
}

html[lang="ar"] .no-need,html[lang="ar"] .yellow-section
{
font-size: 22px;
}

html[lang="ar"] .div_select_entity .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-family: "Proxima_Nova";
}

html[lang="ar"] .div_select_entity .bootstrap-select .dropdown-menu li a span.text {
    font-family: "Proxima_Nova";
}

html[lang="ar"] .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px;
}

html[lang="ar"] .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-right: 0px;
}

html[lang="ar"] .captcha {
    left: 1px;
    border-radius: 5px;
}

html[lang="ar"] .bootstrap-select .dropdown-menu li a span.text {
    font-family: "Droid Arabic Kufi";
}

html[lang="ar"] .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: center;
    color: #2b1dae;
    font-weight: bold;
}

html[lang="ar"] .bootstrap-select .dropdown-toggle .filter-option-inner {
    padding-left: inherit;
    padding-right: 0;
}

html[lang="ar"] .check-container {
    color: #fff;
}

html[lang="ar"] .check-container a {
    color: #ffca12;
}

header .header-social-media {
    top: 349px !important;
}

.tick {
    background-image: url(bg-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
}

.tick .div-layer {
    padding-top: 180px;
    padding-bottom: 80px;

    background-color: rgba(255, 255, 255, 0.85);
}

h4 {
    color: #000000;

    font-weight: bold;
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px;
}

.tick p {
    color: #00003c;
    font-size: 22px;
    text-align: center;
    padding-right: 200px;
    padding-left: 200px;
    margin-top: 50px;
}

.icon_box {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 1;
    justify-content: center;
    width: 240px;
    height: 240px;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.icons {
    width: 70%;
    margin: 0 auto;
    margin-top: 50px;
}



.icons .box {
    width: 33%;

    margin-bottom: 16px;
}

.icons .box.active .icon_box {
    background-color: #17297e;
    border: 1px solid #17297e;
}

.icons .box.active .icon_box img:nth-child(1) {
    display: none;
}

.icons .box.active .icon_box img:nth-child(2) {
    display: block;
}

.icons .box .icon_box img:nth-child(1) {
    display: block;
}

.icons .box .icon_box img:nth-child(2) {
    display: none;
}

.icons img {
    width: 80px;
}

.icons h6 {
    text-align: center;
    color: #00003e;
    font-size: 18px;
    text-align: center;

    margin-top: 15px;
    line-height: 30px;
}

.icons .box.active .icon_box h6 {
    color: #fff;

}

.item {
    width: 23%;
}

.item img {
    width: 100%;
}

.video-title {
    color: #fff;
    opacity: 0.9;
    text-align: right;
    font-size: 14px;
    text-shadow: -1px 3px 4px rgb(0, 0, 0);
    margin-top: 16px;
    font-weight: 100;
    text-decoration: none;
}

.video-title:hover {
    text-decoration: none;
}

.video-link {
    text-decoration: none;
}

.video-link:hover {
    text-decoration: none;
}

.youtube-layer {
    position: relative;
}

.youtube-layer:before {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    top: 0;
}

.youtube-layer .play_icon {
    background-color: #ffffff;
    position: absolute;
    width: 50px;
    height: 24px;
    top: 40%;
    left: 50%;
    transform: translate(-50%);

    z-index: 10;
}

.youtube-layer .play_icon i {
    color: #bd1a2f;
    font-size: 60px;
    right: -6px;
    top: -14px;
    position: absolute;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
}

.youtube-layer:hover::before {
    background: rgba(0, 0, 0, 0.3);
}

.youtube-layer:hover i {
    color: #951924;
}

.img_point {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.shadi_img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.shadi_img img {
    width: 250px;
}

.point_img {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    border-radius: 50%;
    width: 240px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0448ff;
}

.point_img img {
    width: 200px;
}


.mt5 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    background-color: #fff;
    padding: 36px;
    border-radius: 20px;
    box-shadow: 0px 0px 36px -9px rgb(0 0 0);
}

.no-need {
    text-align: center;
    width: 80%;
    background: #e6e5eb;
    color: #00003c;
    margin: 0 auto;

    margin-top: 60px;



    font-size: 26px;
    font-weight: bold;

    padding-right: 5px;
    padding-left: 5px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 20px;
    margin-top: 50px;
}


.register {
    background: linear-gradient(90deg,
            rgba(23, 41, 126, 1) 0,
            rgba(23, 58, 168, 1) 50%,
            rgba(23, 58, 168, 1) 100%);
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 12px;
    padding: 20px 0px;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    width: 250px;
    margin: 0 auto;
    margin-top: 60px;
}

.register:hover {
    background: rgba(23, 41, 126, 1);
    text-decoration: none;
    color: #fff;
}

@media (max-width: 992px) {



    .video-container {
        position: relative;
        padding-bottom: 56.25%;
    }

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .header-social-media {
        display: none;
    }

    .logo {
        width: 200px;
    }

    .tick .div-layer {}

    .shadi_img {
        position: relative;
        margin-top: 50px;
        right: -60px;
    }

    .point_img {
        position: relative;
        margin-top: -150px;
        margin-bottom: 50px;
        left: 70px;
    }

    .div-body2 .div-layer {
        padding-top: 30px;
        padding-bottom: 100px;
    }

    .yellow-section,
    .no-need {
        font-size: 18px;
        ;
    }

    h5 {
        font-size: 18px;
        ;

    }

    .register {
        font-size: 20px;
    }

    .item {
        width: 90%;
        margin: 0 auto;
    }

    .video-title {
        color: #fff;
        text-align: center;
    }

    .sep_view {
        display: none;
    }

    header .logo {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .div-body .div-layer {}

    h1 {
        text-align: center;
        font-size: 25px;
        line-height: normal;
    }

    h2 {
        text-align: center;
        font-size: 20px;
        line-height: normal;
    }

    h4 {
        text-align: center;
        font-size: 25px;
        line-height: normal;
        margin-bottom: 0px;
    }

    .seperator {
        width: 100%;
        margin: 10px 0px;
    }

    h3 {
        text-align: center;
        font-size: 20px;
        line-height: normal;
    }

    h6 {
        text-align: center;
        font-size: 20px;
        line-height: normal;
    }

    h5 {
        text-align: center;

        line-height: normal;
    }

    header .header-buttons {
        display: none;
    }
}
