/* CSS Document */
.wrapper{
	background: #222;
	position: relative;
	overflow: hidden;
}
header{
	padding: 10px 0;
}
header .logo img{
	height: 80px;
}
.policy-text h2 span{
font-size: 16px;
position: relative;
    bottom: 3px;
}
h2.modal-title.mb-3 {
    text-align: center;
    font-size: 25px;
}

.policy-text h4 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 5px;
}
header .title-page p{
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0;
    line-height: 65px;
    font-weight: 700;
    text-align: right;
}
.lang{
    margin: 10px 0 -20px;
    text-align: right;
    color: #fff;
}
.lang a{
    color: #fff;
    background: #222;
    text-decoration: none;
    padding: 5px 5px;
    width: 35px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    border: 2px solid #222;
}
.lang a.active{
    background: #fff;
    color: #222;
}
.title-form{
    padding: 30px 15px;
    margin: 30px 0;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 0;
}
.title-form img{} 
.title-form h1{
    margin: 30px 0 0;
    font-weight: 500;
} 
.title-form p{
    margin: 10px 0 0;
    font-size: 16px;
}

.disclaimer{
    margin: 0 0 30px;
}
.disclaimer .collapse-holder{}
.disclaimer .collapse-holder p{
	margin: 0;
}
.disclaimer .collapse-holder p a{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 20px;
    background: #222;
    border-radius: 0;
    width: 100%;
    text-align: left;
}
.disclaimer .collapse-holder .collapse .card-body{
    border-radius: 0;
    border: 1px solid #222;
}
.disclaimer .collapse-holder .collapse .card-body p{
    margin-bottom: 10px;
    background: #ffffff;
    font-size: 14px;
    text-align: justify;
}
.disclaimer .collapse-holder .collapse .card-body p:last-child{
	margin-bottom: 0;
}

.bigtitle h2{
   text-align: center;
    margin-top: 53px;
    margin-bottom: 65px;
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    TEXT-TRANSFORM: UPPERCASE;

}

.legal{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center; 
}

.legal .content{
     display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.legal h1{
    font-size: 25px;
    text-align: center;
}

.legal .title{
    margin-top: 14px;
    text-align: center;
    font-size: 27px;
    margin: 0 0 .5rem;
}
.legal h5{
    margin: 0 0 0.5rem;
    font-size: 1.17rem;
    text-align: center;
}

.legal .address{
    margin: 45px 0px;   
}
.legal .content span{
    font-weight: 700;
    font-size: 20px;
}

.legal .content p{
    margin:0

}


.legal .content p.para, .item-contact p.para{
    font-size: 18px;
    font-weight: 700;
}

.legal .content p, .item-contact p {
    margin: 0;
}


#application-form{}
#application-form .steps{
    width: fit-content;
    margin: 0 auto;
}
#application-form .steps ul{}
#application-form .steps ul li{
    width: 185px;
    display: inline-block;
}
#application-form .steps ul li a{
    padding: 10px 10px 10px 45px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    height: 65px;
    margin: 0 10px 0 0;
}
#application-form .steps ul li:last-child a{
    margin: 0;
}
#application-form .steps ul li.current a{
    background: #222;
}
#application-form .steps ul li.done a{
    background: #22280;
}
#application-form .steps ul li a .number{
    font-size: 18px;
    background: #ffff;
    color: #222;
    padding: 0px 7px;
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
}
.wizard > .content{
    margin: 10px 0;
    border-radius: 0;
}
.wizard > .content > .body{
	width: 100%;
	position: relative;
	height: fit-content;
	padding: 20px;
}
#application-form .actions{}
#application-form .actions ul li{
    margin: 0 0 20px 20px;
}
#application-form .actions ul li a{
    background: #222;
    border-radius: 0;
    padding: 10px;
    width: 150px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
#application-form .actions ul li.disabled a{
	background: #d3deeb;
}
.title-block{}
.title-block h4{
    text-transform: uppercase;
    border-bottom: 1px solid #222;
    background: #b4b0b0;
    color: #fff;
    padding: 5px 10px;
    font-size: 20px;
    margin: 0 0 20px;
}
.form-group{
    margin-bottom: 20px;
    position: relative;
}
.form-group .tooltipp{
    display: inline-block;
    margin: 0 5px 0 0;
}
.form-group .tooltipp .icon{
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 33px;
    padding: 0px 8px 1px;
}
.form-group .tooltipp .tooltiptext{
    font-size: 14px;
    visibility: hidden;
    position: absolute;
    background: #002f6a;
    color: #fff;
    padding: 10px;
    text-align: justify;
    width: 100%;
    max-width: 450px;
    left: 30px;
    top: 5px;
}
.form-group .tooltipp:hover span.tooltiptext {
    visibility: visible;
}
.form-group label{
    font-weight: 500;
}
.form-group label span{
    color: #ff0000;
}
.form-group input:focus, .form-group select:focus{
    box-shadow: none;
}
.form-control[type=text]{
    border-radius: 0;
}
.form-group input.form-control[type=email]{
    border-radius: 0;
}
.form-group select{
    border-radius: 0;
    appearance: auto;
    padding: .5rem .5rem;
    height: 37px;
}
.form-group .form-control.error{
	background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}
.displayNone{
	display: none;
}
.disableDiv{
	pointer-events: none;
    opacity: 0.4;
}
.result-div{}
.result-div .ulstep{
    column-count: 2;
    padding: 0;
    margin: 0 0 20px;
}
.result-div .ulstep li{
    list-style: none;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px;
}
.result-div .ulstep li:nth-child(odd){
    /* background: #f9f9f9; */
}
.result-div .ulstep li label{
    font-weight: 600;
    margin: 0 20px 0 0 !important;
}
.result-div .ulstep li span{}

.result-div .ulstep2{
    column-count: 1;
    padding: 0;
    margin: 2px;
}
.result-div .ulstep2 li{
    list-style: none;
    padding: 12px 5px;
    border-bottom: 1px solid #cccccc8f;
    /* margin: 0 0 10px; */
    position: relative;
}
.result-div .ulstep2 li:nth-child(odd){
    background: #f9f9f9;
}
.result-div .ulstep2 li label{
    font-weight: 600;
    margin: 0 20px 0 0 !important;
    width: calc(100% - 60px);
}
.result-div .ulstep2 li span{
    position: absolute;
    top: 12px;
    width: fit-content;
    display: block;
    right: 11px;
}
.control-label{}
.control-label .tooltipp{}
.control-label .icon{}
.control-label .tooltiptext{}
.radio-option{}
.radio-option .control-label{
    display: inline-block;
    width: 80px;
}
.radio-option .control-label input[type=radio]{
    display: inline-block;
    position: relative;
    margin: 0 1rem 0 0 ;
    cursor: pointer;
}
.radio-option .control-label input[type=radio]:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 1;
    width: 20px;
    height: 20px;
    background: #e5e5e5;
    border-radius: 50%;
    border: 5px solid #bdbdbd;
}
.radio-option .control-label input[type=radio]:checked{
    
}
.radio-option .control-label input[type=radio]:checked:before{
    background: #ffffff;
    border: 5px solid #222;
}
.radio-option .control-label input[type=radio]:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 0;
    height: 0;
    background: #fff;
    border: 2px solid #f2f2f2;
    border-radius: 50%;
}
.checkbox{
    padding: 10px 10px 0px;
    position: relative;
    border: 2px solid #ddd;
    background: #ffffffff;
    margin-top: 40px;
}
.checkbox label{
    font-weight: 400;
    text-align: justify;
    font-size: 14px;
}
.checkbox label.error{
    position: absolute;
    top: -28px;
    left: 0;
    font-weight: 600;
    margin: 0 !important;
    font-size: 16px;
}
.checkbox label input{
    display: inline-block;
    position: relative;
    margin: 0 1rem 0 0 ;
    cursor: pointer;
}
.checkbox label input:before {
    content: "";
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 17px;
    height: 8px;
    border: 3px solid #00b939;
    border-top-style: none;
    border-right-style: none;
}
.checkbox label input:checked{
    
}
.checkbox label input:checked:before{
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}
.checkbox label input:after{
    content: "";
    position: absolute;
    top: -7px;
    left: -5px;
    width: 25px;
    height: 25px;
    background: #ffffff;
    border: 2px solid #dddddd;
    cursor: pointer;
}
.checkbox label:has(#acceptdata.error){
    color: #f10000;
}

footer{
	background: #222;
    padding: 60px 0 0 0;
    text-align: center;
}
footer .info-footer{}
footer .info-footer img{
    height: 100px;
}
footer .info-footer p{
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}
footer .info-footer p strong{
    display: block;
    font-size: 25px;
    letter-spacing: 2px;
}
footer .ssl-logo{}
footer .ssl-logo img{
    display: inline-block;
    width: 40px;
}
footer .ssl-logo p{
    display: inline-block;
    color: #ffffff;
}
footer .menu-footer{
    margin: 10px 0 5px;
    text-align: center;
    display: block;
    padding: 5px 0 0 0;
    border-top: 1px solid #9da3ab;
}
footer .menu-footer button{
    border: none;
    background: transparent;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0px;
    display: inline-block;
    width: fit-content;
    margin: 15px 0;
}
footer .legal-disclaimer-content{}
footer .legal-disclaimer-content .text{
    border-top: 1px solid #9da3ab;
    color: #ffffff;
    padding: 10px 0 0;
    margin: 0 0 15px;
    font-size: 14px;
}
.page-contact {
    /* margin: 30px 0; */
    color: #191918;
    font-family: 'Open Sans', sans-serif;
}
.modal .page-contact .fisrt-text {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.title-form img {
    height: 110px;
}

/* ---------------- checkout -------------- */
.header {
    padding: 10px 0 10px;
    position: relative;
    background: #26374A;
    overflow: hidden;
}


.header .logo-left {
    text-align: left;
}
.header .logo-left h1 {
    color: #fff;
    margin: 0;
    font-size: 35px;
    padding: 15px 0;
}

.header .logo-right p {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-size: 20px;
    text-align: right;
}
.main {
    padding: 50px;
}
.item-block {
    background: #ffff;
    padding: 20px;
}

.item-block .title-block {
    margin-bottom: 20px;
}

.item-block .title-block h3 {
    margin: 0;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
}

.form-payment #payment-form {
    text-align: center;
}

.form-payment .frames-container {
    width: 100%;
    margin: 0 auto;
    padding: 5px 15px 15px;
}

.form-payment .frames-container #pay-now-button {
    margin: 20px;
    background: #03a84e;
    font-weight: 500;
    color: #fff;
    border: 0;
    padding: 10px 30px;
    text-transform: uppercase;
}

.item-block .image-payment {
    margin: 0 auto;
}

.item-block {
    background: #ffff;
    padding: 20px;
}

.item-block .title-block {
    margin-bottom: 20px;
}

.item-block .title-block h3 {
    margin: 0;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
}

.info-block {
    margin-bottom: 40px;
}

.info-block p {
    margin-bottom: 5px;
}

.footer {
    background: #26374A;
    margin-top: 60px;
}

.footer .logo-footer {
    padding: 60px 0 60px 0;
}

.footer .logo-footer img {
    height: 60px;
}

.footer p {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    width: 600px;
    margin: 0 auto 1rem;
}

.footer .copyright {
    border-top: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    padding: 10px;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}
@media only screen and (max-width: 1399px){
    .container{
        max-width: 100%;
        padding: 0 20px;
    }
    #application-form .steps ul li{
        width: 150px;
    }
    #application-form .steps ul li a{
        font-size: 11px;
        height: 50px;
    }
}
@media only screen and (max-width: 1107px){
    #application-form .steps ul{
    text-align: center;
}
    #application-form .steps ul li{
        width: calc(50% - 10px);
        margin: 5px 5px;
        display: inline-block;
    }
    #application-form .steps ul li a{
        font-size: 13px;
        margin: 0;
        height: 35px;
        padding: 8px;
    }
    #application-form .steps ul li a .number{
        bottom: 5px;
        top: 5px;
        left: 5px;
    }
}
@media (min-width:769px) and (max-width:1024px){
    .title-form h1 {
        font-size: 16px;
    }
      header .logo img {
    height: 65px;
    }
}
@media only screen and (max-width: 768px){
    header .logo img{
        margin: 0 auto;
        display: block;
    }
  
    header .title-page p{
        text-align: center;
        font-size: 25px;
        line-height: 30px;
        margin: 20px 0 0 0;
    }
    .title-form{
        padding: 10px;
    }
    .title-form img{
        width: 100%;
        max-width: 307px;
        height: unset;
    }
    .title-form h1{
        font-size: 15px;
    }
    .title-form p{
        font-size: 14px;
    }
    #application-form .steps ul li{
        width: 100%;
        margin: 0;
    }
    #application-form .steps ul li a{
        margin: 0 0 5px 0;
        height: 35px;
        padding: 7px 5px 5px 40px;
    }
    #application-form .steps ul li a .number{
        bottom: 5px;
        top: 5px;
        left: 5px;
    }
}
@media only screen and (max-width: 400px){
    #application-form .actions ul{
        width: 100%;
        margin-bottom: 10px;
    }
    #application-form .actions ul li{
        margin: 0 !important;
        width: 100%;
        display: block;
    }
    #application-form .actions ul li a{
        width: 100%;
        margin: 0 0 20px;
    }
}

/*----------- passport -----*/

.upload-passport{
    float: left;
    padding: 0 10px;
}
.upload-passport .upload-type{
    margin: 0 0 0 10px;
    text-align: center;
}
.upload-passport .upload-type .title-select{
    margin: 0;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 500;
}
.upload-passport .upload-type .text-or{
    display: inline-block;
    margin: 0;
    height: 100px;
}
.upload-passport .upload-type .one-select{
    width: 50% !important;
    max-width: 290px;
    text-align: center;
    margin: 0 17px;
}
.upload-passport .upload-type .one-select input{
    margin: 0 -4px 0 0;
}
.upload-passport .upload-type .one-select svg{
    height: 40px;
    display: block;
    margin: 0 auto;
}
.upload-passport .upload-type .one-select span{
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}

.upload-passport .upload-type label{
    width: inherit !important;
    margin-right: 40px;
}
.upload-passport .upload-block{
    padding: 10px;
    border: 1px solid #ccc;
    margin: 0;
    display: none;
}
.upload-passport .upload-block .upload-loading{
    text-align: center;
}
.upload-passport .upload-block .upload-loading img{
    height: 100px;
    margin: 20px;
}
.upload-passport .upload-block .upload-text{
    display: none;
}
.upload-passport .upload-block .upload-text h3{
    margin: 0 0 20px 0;
    font-size: 16px;
}
.upload-passport .upload-block .upload-text h3 .get-new{display: inline-block;border: none;background: #222;color: #fff;font-size: 12px;}
.upload-passport .upload-block .upload-text .other-choise{
    text-align: center;
}
.upload-passport .upload-block .upload-text .other-choise label{
    width: 100%;
    text-align: left;
    font-weight: 400;
    line-height: 25px;
}
.upload-passport .upload-block .upload-text .other-choise label input{
    margin: 0 10px 0;
}
.upload-passport .upload-block .upload-text .other-choise label input:before{
    margin: 3px 0 0 0;
}
.upload-passport .upload-block .upload-text .other-choise label input:checked:before{
    border: 5px solid #000000;
}
.upload-passport .upload-block .upload-text .other-choise .qr-code{
    padding: 0 0 20px 0;
    display: none;
}
.upload-passport .upload-block .upload-text .other-choise .qr-code img{
    width: 185px;
}
.upload-passport .upload-block .upload-text .other-choise .send-message{
    display: none;
    padding: 0 0 0 50px;
    text-align: left;
}
.upload-passport .upload-block .upload-text .other-choise .send-message .sms-choise{
    text-align: left;
}
.upload-passport .upload-block .upload-text .other-choise .send-message .sms-choise .number-sms{
    padding: 0px 0 0 35px;
    display: none;
}
.upload-passport .upload-block .upload-text .other-choise .send-message .sms-choise input{
    padding: .5rem .75rem;
}
.upload-passport .upload-block .upload-text .other-choise .send-message .message-send-sms{
    margin: 10px 0 -10px;
    font-weight: 500;
    font-size: 14px;
}
.upload-passport .upload-block .upload-text .other-choise .send-message .message-send-sms.ok{
    color: #00a500;
}
.upload-passport .upload-block .upload-text .other-choise .send-message .message-send-sms.ko{
    color: #ff0000;
}
.upload-passport .upload-block .upload-text .other-choise .send-message .send-sms{
    border: none;
    background: #000000;
    color: #ffffff;
    padding: .5rem 2rem;
    margin: 20px 0 0 0;
}
.upload-passport .upload-block .upload-text .other-choise .send-message .send-sms:disabled{
    cursor: not-allowed;
    opacity: .4;
}
.upload-passport .upload-block .upload-text .other-choise .send-message .try-again{
    margin: 5px 0;
    font-size: 14px;
    display: none;
}
.upload-passport .upload-block .upload-text .check-uploqded{
    background: #ffff;
    padding: 10px;
    margin: 30px 0 0;
}
.upload-passport .upload-block .upload-text .check-uploqded p{
    margin: 0;
    display: inline-block;
}
.upload-passport .upload-block .upload-text .check-uploqded button{
    display: inline-block;
    border: none;
    background: #222;
    color: #fff;
    font-size: 14px;
}
.upload-passport .upload-block .picture-uploaded{
    display: none;
    text-align: center;
}
.upload-passport .upload-block .picture-uploaded img{
    height: 290px;
}
.clear-both{
    clear: both;
}
.passport-info .col-md-6{
    padding: 0 10px;
    float: left;
}
.sample-passeport{
    background: #fff;
    text-align: center;
}
.sample-passeport h3{
    margin: 0;
    text-align: center;
    padding: 15px;
    color: #001946;
    font-weight: 600;
}
.sample-passeport img{
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}
.sample-passeport p{
    font-size: 13px;
    text-align: justify;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
}
.sample-passeport p strong {
    color: red;
}
.modal-body .policy-text{
    text-align: justify;
    color: #000000;
}
.modal-body .policy-text h5{
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
.modal-body .policy-text p{
    font-size: 15px;
}
.modal-body .policy-text p:last-child{
    margin: 0;
}

.contact-form{}
.contact-form h2{
    text-transform: uppercase;
    background: #222;
    color: #ffffff;
    padding: 5px 10px;
}
.contact-form .form-group .form-control{
    border: 1px solid #222;
    font-size: 13px;
    border-radius: 0;
}
.contact-form .form-group button{
    width: 50%;
    border: none;
    background: #222;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 10px;
}

.contact-info h2{
    text-transform: uppercase;
    background: #222;
    color: #ffffff;
    padding: 5px 10px;
}
.contact-info .adresse{
    padding: 0 15px;
    border: 1px solid #222;
    background: #22205;
}
.contact-info .adresse p{
    font-size: 13px;
}
.contact-info .adresse p strong{
    font-size: 14px;
}

.form-group{
    margin-bottom: 20px;
    position: relative;
}
.form-group .tooltipp{
    display: inline-block;
    margin: 0 5px 0 0;
}
.form-group .tooltipp .icon{
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 33px;
    padding: 0px 8px 1px;
}
.form-group .tooltipp .tooltiptext{
    font-size: 14px;
    visibility: hidden;
    position: absolute;
    background: #002f6a;
    color: #fff;
    padding: 10px;
    text-align: justify;
    width: 100%;
    max-width: 450px;
    left: 30px;
    top: 5px;
    z-index: 999999;
}
.form-group .tooltipp:hover span.tooltiptext {
    visibility: visible;
}
.form-group label{
    font-weight: 500;
}
.form-group label span{
    color: #ff0000;
}
.form-group input:focus, .form-group select:focus{
    box-shadow: none;
}
.form-control[type=text]{
    border-radius: 0;
}
.form-group input.form-control[type=email]{
    border-radius: 0;
}
.form-group select{
    border-radius: 0;
    appearance: auto;
    padding: .5rem .5rem;
    height: 37px;
}
.form-group .form-control.error{
	background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.modal .modal-footer button{
    float: right;
    color: #fff;
    background: #db0000;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.modal .modal-footer button.send-btn{
    float: left;
    background: #156a00;
    width: 220px;
    font-weight: 400;
}


.legal-info{}
.legal-info h2{
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
    background: #222;
    color: #ffffff;
    padding: 5px 10px;
    max-width: 600px;
    margin: 0 auto 40px;
}
.legal-info .info-text{
    padding: 20px 15px;
    border: 1px solid #222;
    background: #22205;
    max-width: 600px;
    margin: 0 auto;
}
.legal-info .info-text p{
    text-align: center;
    margin: 0 0 5px 0;
}
.legal-info .info-text p strong{
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}


