header {

    background-position: center center;
    background-size: cover;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;

}



header .logo
{
    float: right;
    width: 150px;
}


header .header_section
{
    background: #fff;

    z-index: 10;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0px 6px 10px -2px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 6px 10px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 10px -2px rgba(0,0,0,0.75);
}









header .header_section_2 .layer
{
    background: linear-gradient(
        90deg,
        rgba(23, 41, 126, 1) 0%,
        rgba(23, 58, 168, 1) 50%,
        rgba(23, 58, 168, 1) 100%
    );
  height: 100%;
  padding-top:100px;
  padding-bottom: 100px;

}


header .header_section_2 .tablet
{
    position: relative;
}


header .header_section_2 .tablet .line
{
    position: absolute;
    height: 2px;
    width: 100%;
    top: 188px;

    background: linear-gradient(
        90deg,
        rgba(23, 41, 126, 0.92) 0%,
        rgba(23, 58, 168, 0.92) 50%,
        rgba(23, 58, 168, 0.92) 100%
    );
    -webkit-box-shadow: 0px 0px 29px 6px rgba(102,2,247,1);
    -moz-box-shadow: 0px 0px 29px 6px rgba(102,2,247,1);
    box-shadow: 0px 0px 29px 6px rgba(102,2,247,1);
    z-index: 1;
}


header .header_section_2 .tablet .tablet_img
{
    position: relative;
    z-index: 2;
}

header .header_section_2 .tablet .tablet_img img
{
    width: 470px;
}



header .header_section_2 .tablet .circle
{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(
        90deg,
        rgba(23, 41, 126, 0.92) 0%,
        rgba(23, 58, 168, 0.92) 50%,
        rgba(23, 58, 168, 0.92) 100%
    );
    position: absolute;
    z-index: 3;
    top: 110px;
    right: 270px;

    -webkit-box-shadow: 5px 5px 12px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 12px -5px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 12px -5px rgba(0,0,0,0.75);
}


header .header_section_2 .tablet .circle img
{
    width: 65%;
    margin-top: 20px;
}

header .fixed {
    position: fixed;
    top:0; left:0;
    width: 100%;
z-index: 10;}



header h1 {
    color: #1bb637;
    margin-top: 20px;
    font-weight: bold;
    font-size: 50px;

    text-align: right;

}



header h2 {
    color: #00c601;
    margin-top: 40px;
    font-weight: bold;
    font-size: 30px;

    text-align: right;
}



header h3 {
    color: #fff;
    margin-top: 30px;
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
    text-align: right;
}


header a.action {
    color: #fff;
    background-color: #00c601;
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    padding: 10px 27px;
    border-radius: 30px;
    margin-top: 30px;

    text-decoration: none;
    float: right;
}

header a.action:hover {
    color: #fff;

    background-color: #01b801;
    text-decoration: none;

}



header a.action2 {
    color: #fff;
    background-color: #00c601;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 27px;
    border-radius: 30px;
    margin-top: 26px;

    text-decoration: none;
    float: left;
}

header a.action2:hover {
    color: #fff;

    background-color: #01b801;
    text-decoration: none;


}


section.form {

    background-position: center center;
    background-size: cover;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: linear-gradient(
        90deg,
        rgba(23, 41, 126, 1) 0%,
        rgba(23, 58, 168, 1) 50%,
        rgba(23, 58, 168, 1) 100%
    );
    padding-top: 10px;
    padding-bottom: 50px;



}





section.form h3 {
color: #00c601;
font-weight: bold;
font-size: 40px;
}

section.form h4 {
    color: #fff;
    margin-top: 20px;
    font-size: 50px;
    font-weight: bold;
    }

    section.form .line
    {


        height: 1px;
        width: 100%;

        margin-top: 40px;
        margin-bottom: 40px;

        background: linear-gradient(
            90deg,
            rgba(23, 41, 126, 0.92) 0%,
            rgba(23, 58, 168, 0.92) 50%,
            rgba(23, 58, 168, 0.92) 100%
        );

    }







#email
{
    text-align: center;
    direction: ltr;

}

.grecaptcha-badge {
    bottom: 20px!important;
}


.mandatory {
    border: 2px solid #e3342f!important;
 }



form a.register-button
{
    background-color: #00c601;
    color:#1a1600;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 30px;
    text-decoration: none;
    width: 100%;
    margin: 0 auto;

}

form a.register-button:hover
{
    background-color: #eac300;
}


 .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 {
    width: 100%;
    padding: 18px 12px;

    border: 1px solid rgba(255,255,255,0.1) !important;

    text-align: center;
    color: #fff;
    border-radius: 10px;

    padding: 18px 15px !important;
}



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

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

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


input
{
    width:100%;
    padding: 18px 12px;

    margin-bottom: 10px;
    border: 1px solid rgba(255,255,255,0.1);
    background-color: rgba(44,44,66,0.8);

    text-align: center;
    color:#fff;
    border-radius: 10px;
}




 .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;

}

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

 .check-container .checkmark:after
{
   left: 9px;
   top: 5px;
}
.check-container input:checked~.checkmark {
    background-color: #00c601 !important;
}

  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;

}



  .div_select_entity  .bootstrap-select .dropdown-toggle .filter-option-inner-inner {

    font-family: "Proxima_Nova";
}


  .div_select_entity  .bootstrap-select  .dropdown-menu li a span.text
{
    font-family: "Proxima_Nova";
}

   .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: right;

}





   .bootstrap-select .dropdown-toggle .filter-option-inner{
    padding-right: 0px;
  }

     .bootstrap-select .dropdown-menu li {
    text-align: right;
}

  .captcha
{

    left: 1px;
    border-radius: 5px;
}








   .bootstrap-select .dropdown-toggle .filter-option-inner-inner,.bootstrap-select .dropdown-menu li a {
    text-align: right;

}

html[lang=ar] .dropdown-toggle:after {
    margin-left: 0;
    float: left;
    margin-top: 9px;
}


  .bootstrap-select .dropdown-toggle .filter-option-inner
{
    padding-left: inherit;
    padding-right: 0;
}



 .check-container
{
    color:#fff;
}


  .check-container a
{
    color:#00c601;
}


 .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-align: center;
    color:#2a1eae;
    font-weight: bold;
}

.dropup .dropdown-toggle:after
{
    border-bottom: 0px !important;
}

.dropdown .dropdown-toggle::after
{
    border-top: .3em solid #2a1eae !important;
}


.btn-light:hover
{
    background-color: #fff;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    background-color: #fff;
}





  #phone
{
    padding-left: 0px;
        padding-right: 100px;
        text-align: left;
        padding-top: 30px;
        padding-bottom: 30px;
        direction: ltr;
}

section.form .steper
{
    float: right;
    width: 100px;
    text-align: center;

    margin-top: 22px;


}


section.form .steper .number
{
    font-size: 24px;
    font-weight: bold;
    color:#434151;
    text-align: center;


}


section.form .steper .number i
{
color:#fff;
display: none;
}

section.form .steper .seperator
{
    width: 1px;
    height: 63px;
    background-color: #434151;
    margin: 0 auto;

}





section.form .boxes
{

    width: 100%;

}
section.form .boxes .box
{
   width:288.8px;


}

section.form .gap-5
{
    gap: 20px;
}

section.form .boxes .box .black-box
{
background-color: #00003e;
border-radius: 16px;
padding: 30px 10px;
}



section.form .boxes .box .number
{
color:rgba(255,255,255,0.5);
font-size: 28px;
text-align: center;
margin-bottom: 16px;
}



section.form .boxes .box:hover .number
{
    color: #00c601;

}


section.form .boxes .box:hover .black-box
{
    background-color: #00c601;

}

section.form .boxes .box:hover .text
{
    color: #fff;

}

section.form #account-phone
{
    padding-top: 29px!important;
    padding-bottom: 29px!important;
}



section.form .boxes .box:hover .icons  img
{
    display: block;
    margin: 0 auto;
}




section.form .boxes .box .icons img
{
width: 60px;

}


section.form .boxes .box .text
{
    color: #fff;

    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin-top: 8px;
}


section.form .boxes .box .line-2
{
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 15px;
}

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: 70px;
padding: 30px 40px;
border-radius: 20px;
}

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

form#form-point  .corporate-field {
    display: none;
}

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;
   margin-top: 10px;
}

 .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 #fff;
   border-width: 0 3px 3px 0;
}



 .check-container
{
    color:#fff;
}


  .check-container a
{
    color:#00c601;
    font-weight: bold;
}




a.register-now
{
    background-color: #00c601 ;
    color: #fff;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    padding: 30px 30px;
    font-weight: bold;
    border-radius: 8px;

    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 16px;
    width: 200px;

}

a.register-now:hover
{
    background-color: #01b801
    ;
}



 header .header-social-media
{
top:349px !important;
}




.toup
{
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 20;
    background-color: #00c601;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}

.toup:hover
{
    background-color: #eac300;
}


.toup.show
{
    display: flex;
}



@media (max-width: 1200px) {


    header h1,   header h2,   header h3
{
    text-align: center;
}

    section.form .steper
{
    width: 50px;
}


section.form .boxes
{
    width: 480px;
}


}


@media (max-width: 992px) {
    header a.action2
{
    display: none;
    float: none;
}

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


     header .header-social-media
    {
        display: none;
    }


    header .header_section_2 .layer
{

padding-top: 30px;
padding-bottom: 30px;
}

    header .header_section_2 .tablet .tablet_img img
    {
        width: 100%;
        max-width: 300px;
    }


    header .header_section_2 .tablet .circle
    {
        position: relative;
        top: auto;
        right: auto;
        margin: 0 auto;
    }

    section.form .steper
    {
        display: none;
    }


    section.form .boxes
    {
        width: 100%;
    }



    section.form .boxes .box .icons
    {
        width: 100%;
        text-align: center;

    }



    section.form .boxes .box .text
    {
        width: 100%;
        text-align: center;

        margin-right: 0px;
    }


    section.form .boxes .box
{

    margin: 10px;
}

form#form-point
{
    padding:10px;
}

.iti.iti--allow-dropdown
{
width: 100%;
}





header h1 {

    font-size: 30px;



}

 h4
{
    font-size: 30px !important;
}


header h2 {

    font-size: 30px;
    margin-top: 20px;
    line-height: 50px;
}



header h3 {

    margin-top: 16px;
    line-height: 40px;
}
header a.action
{
    margin-top: 20px;
    float: none;
}

}
