div.header {
    background: rgb(29,23,145);
    background: linear-gradient(90deg, rgba(29,23,145,1) 0%, rgba(40,23,153,1) 50%, rgba(75,21,177,1) 100%);
    background-position: center center;
    background-size: cover;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;

}



div.header .logo
{
    float: right;
    width: 130px;
}


div.header .header_section
{
    background: rgba(255, 255, 255, 1);

    -webkit-box-shadow: 0px 10px 24px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 24px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 24px -12px rgba(0,0,0,0.75);

    padding-top: 15px;
    padding-bottom: 15px;


    z-index: 2;
}


div.header .box
{
    border:1px solid #fff;
    border-radius: 32px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}


div.header .box.light
{

        border:1px solid #000;
        background-color:#dce0f9;
}


div.header .box.light h2
{
color: #000000;
text-shadow: none;

}
div.header .box.light h3
{
color: #000000;
text-shadow: none;

}
div.header .box img.crypto
{
    width: 111px;
    height: auto;
}
div.header .box img.mt5
{
    width: 145px;
    height: auto;
}
div.header .box img.usdt
{
    width: 240px;
    height: auto;
}

div.header .header_section_2
{
    padding-top: 39px;
    padding-bottom: 70px;

}


div.header .header_section_2 img.logo-w
{
    width: 280px;
}


a.register-now
{
    background-color: #d5d8f7 ;
    color: #000048;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    padding: 10px 30px;
    font-weight: bold;
    border-radius: 24px;
    padding-top: 6px;
}

a.register-now:hover
{
    background-color: #aeb0ca
    ;
}
div.header a.register-now
{
    margin-top: 15px;
    float: left;
}


h1
{
    color:#fff;
    font-size: 58px;
    font-weight:bold;
    margin-top:0px;
    text-shadow:  3px 4px 2px rgba(32, 20, 122, 1);
}


h2
{
    color:#fff;
    font-size: 44px;
    font-weight:bold;
    margin-top:0px;
    text-shadow:  3px 4px 2px rgba(32, 20, 122, 1);
}

h3
{
    color:#fff;
    font-size: 32px;
    font-weight:normal;
    margin-top:0px;
    text-shadow:  3px 4px 2px rgba(32, 20, 122, 1);
}




h4
{
    color:#fff;
    font-size: 44px;
    font-weight:bold;
    margin-top:0px;
    text-shadow:  3px 4px 2px rgba(32, 20, 122, 1);
}

h5
{
    color:#fff;
    font-size: 32px;
    font-weight:normal;
    margin-top:25px;
    text-shadow:  3px 4px 2px rgba(32, 20, 122, 1);
}


.crypto-seperator {
    width: 1px;
    background-color: #000;
    height: 100px;
}

.box.small
{
    width: 50%;
    margin: 0 auto;
}




.crypto-name {
    background-color: #d4d9f7;
    padding: 5px 8px;
    font-size: 20px;
    margin-top: 10px;
}

.crypto-address {
    color:#fff;
    padding: 5px 8px;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
}


.hr
{
    border-color: #d2d7f7;
    width: 50%;
    margin: 0 auto;
    opacity: 0.7;
}

.logo-2
{
    border:1px solid #fff;
    border-radius: 20px;
    padding: 20px;
}

.logo-2 img
{
width: 200px;
height: auto;
}



.w-p
{
color: #fff;
font-size: 17px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner
{
    color: #000000;
}





 .dropdown-item
{
    font-size: 15px;
    max-width: none;
    padding: .25rem 1.5rem;

}


  .dropdown .dropdown-toggle::after
{

    border-top: .3em solid #000000 !important;
}
.crypto-box {
    background-color: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 75%);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 75%);
    padding: 15px;
}

.logo-1 {
    width: 200px;
}

img.crypto {
    width: 150px;
}

form#form-point
{
    background-color: rgba(41,30,169,0);
    -webkit-box-shadow: 0px 0px 22px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 22px -6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 22px -6px rgba(0,0,0,0.75);

margin-top: 50px;
padding: 30px 40px;
border-radius: 20px;
}

form#form-point .form-title
{
    color: #fff;
    font-size: 36px;
    margin-top: 30px;
    font-weight: bold;
}

form#form-point .form-title-2
{
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
    font-weight: normal;
    margin-bottom: 30px;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2a1eae;
    opacity: 1; /* Firefox */
  }

  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #2a1eae;
  }

  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #2a1eae;
  }

input[type="text"]
{
    width:100%;
    padding: 18px 12px;

    margin-bottom: 10px;
    border: 1px solid #151a32;
    background-color: #fafafa;

    text-align: center;
    color:#2a1eae;
    border-radius: 10px;
    font-weight: bold;
}




 input.form-control
{
   border: 1px solid #ced4da;
}

 .form-control:focus
{
   box-shadow: none;
}






 .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: #293963;
   border-color:#293963;
}

 .check-container .checkmark:after
{
   left: 9px;
   top: 5px;
   border: solid #2a1eae;
   border-width: 0 3px 3px 0;
}
.check-container input:checked~.checkmark {
    background-color: #ffc801 !important;
}



html[lang=ar] .check-container
{
    color:#fff;
}


html[lang=ar]  .check-container a
{
    color:#ffc801;
    font-weight: bold;
}











footer
{
    background-color: #000048;
}









 input#phone-code
{
    background-color: #dadada;

    width: 56px;
    padding: 0;
    text-align: center;
    border: 2px solid #dadada;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    direction: ltr;
    font-family: Proxima_Nova;
}

 input#phone-section
{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}






html[lang=ar]  input#phone-code
{
    background-color: #dadada;

    width: 56px;
    padding: 0;
    text-align: center;
    border: 2px solid #dadada;
    border-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    direction: ltr;
    font-family: Proxima_Nova;
}

html[lang=ar]  input#phone-section
{
    border: 0px solid #151a32;
    border-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}





.dropdown
{
    width: 100%;


}


  .dropdown  button
{
    padding: 13px 15px;
    border: 1px solid #2b388f;
}



   .bootstrap-select .dropdown-menu {
    width: 100%;
    min-width: auto !important;
}


   .dropdown-item {
    white-space: pre-line !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;

}



.bootstrap-select .dropdown-toggle .filter-option-inner-inner
{
    color: #000000;
}


 .dropdown-item
{
    font-size: 15px;
    max-width: none;
    padding: .25rem 1.5rem;

}


  .dropdown .dropdown-toggle::after
{

    border-top: .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: 10px 15px;
    border: 1px solid #2b388f;
}



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]   .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: center;
    color:#2c1fab;
    font-weight:bold;

}


.bootstrap-select>.dropdown-toggle
{
    border-radius: 10px;
    padding: 16px 10px;
}




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]   .bootstrap-select .dropdown-menu li {
    text-align: right;
}





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
{
    padding-left: inherit;
    padding-right: 0;
}

html[lang=ar] header .header-social-media
{
top:349px;
}

header .header-social-media ul li a
{
    background-color: transparent;

    border:1px solid #fff;
}
header .header-social-media ul li a i
{
    color:#fff;
}

.modal-body
{
    text-align: right;
}


@media (max-width: 1200px) {



}


@media (max-width: 992px) {


    html[lang=ar] header .header-social-media
    {
    top:25px;
    }
    div.header a.register-now
    {
        float: none;
        display: none;
        width: 200px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }


    div.header .header_section_2
    {
        padding-top: 10px;
    }

    h1
    {
        font-size: 38px;
        line-height: 60px;
    }

    h2
    {
        font-size: 30px;
    }


    html[lang=ar] header .header-social-media
    {
        display: none;
    }

    div.header .logo
    {
        margin: 0 auto;
        display: block;
        float: none;
    }

    div.header .box img.crypto
{
    width: 75px;
    height: 75px;
}

.crypto-seperator {
    width: 130px;
    height: 1px;
    margin-bottom: 21px;
}
.box.small
{
    width: 100%;

}

}
