/* CSS Document */
.wrapper{
	background: #0b4691;
	position: relative;
	overflow: hidden;
}
.logo-header img {
     max-width: 397px;
     width: 100%;
}
.logo-header {
    text-align: center;
    margin-bottom: 40px;
}
header{
	padding: 10px 0;
}
.modal .modal-body .modal-content .modal-title span{font-size: 18px;font-weight: 400;}
header .logo img{
	/* height: 65px; */
}
header .title-page{
	padding-top: 10px;
}
header .title-page p{
    color: #fff;
    text-align: right;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}
.title-form{
  padding: 5px 0px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
       background: #0b4691;
    color: #fff;
    width: 100%;
}
.title-form img{} 
.title-form h1{
    margin: 0;
    font-size: 1.5rem;
    font-weight: 500;
} 
.title-form p{
    margin: 10px 0 0;
    font-size: 16px;
}
 .lang{
 text-align: right;
    color: #fff;
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    align-items: center;
}
.lang a img{
    height: 13px;
}
.lang a{
      color: #fff;
      background: #0b4691;
      text-decoration: none;
      padding: 0px 5px;
      text-align: center;
      font-weight: 600;
      border: 2px solid #0b4691;
      display: flex;
      align-items: center;
      gap: 5px;
      align-content: center;
      justify-content: center;
      border-radius: 10px;
}
.lang a.active{
    background: #ffffff;
    color: #0b4691;
}
.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: #0b4691;
    border-radius: 0;
    width: 100%;
    text-align: left;
}
.disclaimer .collapse-holder .collapse .card-body{
    border-radius: 0;
    border: 1px solid #0b4691;
}
.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;
}

.adresse h2{
        margin: -10px 0px;
        font-size: 20px;
    margin-bottom: 5px;
    margin-top: -0.2em;
    font-weight: 600;
}

.numero{
        margin-top: 28px;
}
.numero h2{
     font-size: 20px;
    margin-bottom: 5px;
    margin-top: -0.2em;
    font-weight: 600;
}
.adresse p , .numero p{
        font-size: 14px;
}
.colon2{
font-size: 14px;

}

.contact-info_text{
    display: flex;
 
    align-items: center;
    gap: 25px;
}

.contact-info_icon{
        width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    background-color: rgba(13, 94, 244, 0.07);
    text-align: center;
    color: var(--theme-color);
    border-radius: 5px;
}


.contact-form-wrap {
       margin-top: -24px;
    padding: 29px 28px;
}

.border-title {
      /* position: relative; */
    padding-bottom: 14px;
    margin-bottom: 25px;
    /* margin-top: -0.22em; */
    font-weight: 600;
    font-size: 30px;

}

.as-btn{
    width: 100%;
    z-index: 2;
    border: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 20.5px 29px;
    border-radius: 5px;
        background: #0b4691;
        color : #ffff;
}
.modal-body.legal .modal-content-text{
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
}
.modal-body.legal .modal-content-text .text{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.modal-body.legal .modal-content-text .text p{
    font-size: 14px;
}
#contact-items{
    background: #eaf1f9;
    border-radius: 10px;
    color : #282727f7;
}

#contact-items .style3{
    background-color: #fff;
    border: none;
    border-radius: 6px;
}

#application-form{}
#application-form .steps{
    width: fit-content;
    margin: 0 auto;
}
#application-form .steps ul{}
#application-form .steps ul li{
   width: 180px;
    display: inline-block;
    margin: 0 5px 0 0;
    position: relative;
}
#application-form .steps ul li:first-child a {
    border-radius: 10px 0 0 10px;
}
#application-form .steps ul li a{
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    height: 50px;
    margin: 0;
    line-height: 15px;
    position: relative;
    padding: 0 10px 0 35px;
    background-color: #B1B1B1;
    border-color: #B1B1B1;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    color: #000000;
}
#application-form .steps ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    height: 100%;
    width: 0;
    border: 24px solid transparent;
    border-right-width: 0;
    border-left-width: 20px;
    z-index: 2;
    border-left-color: inherit;
}
#application-form .steps ul li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 0;
    border: 24px solid transparent;
    border-right-width: 0;
    border-left-width: 20px;
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #ffffff;
    margin: 0;
}

#application-form .steps ul li:last-child a{
       margin: 0;
    overflow: hidden;
    border-radius: 0 10px 10px 0;
}
#application-form .steps ul li.current a{
    background: #0b4691;
    border-color: #0b4691;
    color: #ffffff;
}
#application-form .steps ul li.done a{
        background: #26374a80;
    border-color: #929ba4;
    color: #ffffff;
}
#application-form .steps ul li a .number{
   font-size: 18px;
    background: #ffff;
    color: #0b4691;
    padding: 6px 7px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border-radius: 5px;
}
.wizard > .content{
    margin: 10px 0;
    border-radius: 5px;
}
.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: #0b4691;
   border-radius: 10px;
    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 #0b4691;
    background: #85a2c8;
    color: #fff;
    padding: 5px 10px;
    font-size: 20px;
    margin: 0 0 20px;
    border-radius: 5px;
}
.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;
    border-radius: 5px;
}
.form-group input.form-control[type=email]{
    border-radius: 5px;
}
.form-group select{
    border-radius: 5px;
    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;
}


.result-div .ulstep3{
    column-count: 1;
    padding: 0;
    margin: 2px;
}
.result-div .ulstep3 li{
    list-style: none;
    padding: 12px 5px;
    border-bottom: 1px solid #cccccc8f;
    position: relative;
}
.result-div .ulstep3 li:nth-child(odd){
    background: #f9f9f9;
}
.result-div .ulstep3 li label{
    font-weight: 600;
    margin: 0 20px 0 0 !important;
    width: calc(100% - 60px);
}
.result-div .ulstep3 li span{
    position: revert;
    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 #0b4691;
}
.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: #0b4691;
    padding: 60px 0 0 0;
    text-align: center;
}
footer .info-footer{}
footer .info-footer img{
    /* height: 60px; */
    margin-bottom: 20px;
}
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 #2b5e9f;
}
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 #2b5e9f;
    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;
}
.page-contact .contact-info{
    margin: 0 0 40px;
}
.page-contact .contact-form .form-group button {
    width: 170px;
    margin: 0 auto;
    background: #ffffff;
    color: #212121;
    font-weight: 500;
    padding: 5px 10px;
    border: 1px solid;
    transition: 0.5s;
    display: block;
}

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

.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: #0b4691;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: #0b4691;
    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;
    margin: 0 auto;
    padding: 15px 18px;
}
.sample-passeport p strong{color: #ff0000;}
.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%;
}

.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;
    margin-bottom: 0;
}

.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: 35px 0px 45px;
}
.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;
}
p.para-dwtca{
    font-size: 21px;
    font-weight: 700;
}
.legal .content p, .item-contact p {
    margin: 0;
}


@media only screen and (max-width: 1399px){
    .container{
        max-width: 100%;
        padding: 0 20px;
    }
    #application-form .steps ul li{
        width: 150px;
    }
}
@media only screen and (max-width: 1107px){
    #application-form .steps ul{
    text-align: center;
}
    #application-form .steps ul li{
        width: 100px;
    }
    #application-form .steps ul li a{
        font-size: 12px;
        margin: 0;
        padding: 8px 0 8px 20px;
        gap: 3px;
    }
    #application-form .steps ul li a .number{
    font-size: 14px;
    padding: 0;
    line-height: 10px;
    height: 20px;
    background: transparent;
    color: #ffffff;
    }
	#application-form .steps ul li:first-child{
    width: 90px;
}
	#application-form .steps ul li:first-child a{
    padding: 8px 0px 8px 8px;
}
}
@media (min-width:769px) and (max-width:1024px){
    .title-form h1 {
        font-size: 16px;
    }
    header .logo img {
        height: 65px;
    }
    .upload-passport .upload-type .text-or{
        display: block !important;
        margin: -40px 0 0;
    }
    .modal .document{
        width: calc(100% - 20px) !important;
    }
}
@media only screen and (max-width: 768px){
    header .logo img{
        margin: 0 auto;
        display: block;
        width: 100%;
        max-width: 308px;
    }
    header .title-page p{
        text-align: center;
        font-size: 15px;
        margin: 00;
    }
    .lang a{
        font-size: 14px;
        padding: 2px 5px;
        border: 1px solid !important;
    }
    .lang a img{
        height: 10px;
    }
    .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.current a .number {
    color: #ffffff;
}

    #application-form .steps ul li{
        width: 40px;
        margin: 0 5px 0 0;
    }
    #application-form .steps ul li:first-child{
        width: 30px;
    }
	#application-form .steps ul li:last-child{
		width: 55px;
	}
    #application-form .steps ul li a{
        margin: 0;
        padding: 5px 0px 5px 30px;
        color: transparent !important;
    }
    #application-form .steps ul li:first-child a{
        padding: 5px 5px 5px 10px;
    }
    #application-form .steps ul li a .number{
	    background: transparent;
    }
	#application-form .steps ul li.current a .number{
    color: #ffffff;
}
	#application-form .steps ul li.done a .number{
    color: #ffffff;
}
    .form-group .tooltipp .icon{
        padding: 0px 5px 0;
    }
    .form-group .tooltipp .tooltiptext{
    max-width: 340px;
    width: 100%;
    left: 10px;
    top: 10px;
}
    .title-block h4{
        font-size: 12px;
    }
    .upload-passport .upload-type .text-or{
        display: block !important;
        margin: -40px 0 0;
    }
    .upload-passport .upload-type .one-select{
        width : 100% !important;
    }
    .result-div .ulstep{
        column-count: 1;
        font-size: 14px;
    }
    #application-form .actions ul li a{
    font-size: 13px;
    width: 100px;
    padding: 8px 5px;
}
    footer .info-footer img{
        width: 100%;
        max-width: 308px;
    }
    footer .menu-footer button{
        display: block;
        margin: 10px auto 10px;
    }
    .modal .document{
        width: calc(100% - 20px) !important;
    }
}
@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;
    }
}

.modal .informations{
    width: calc(100% - 15px);
    max-width: 850px;
}
.modal .document{
    width: 1000px;
    max-width: 1000px;
}
.modal .modal-header{
    border: none;
    margin: 0 0 20px;
}
.modal .modal-header .modal-title{
    display: none;
}
.modal .modal-header button{
    border: none;
    background: transparent;
    font-size: 35px;
    line-height: 30px;
    position: absolute;
    top: 5px;
    right: 10px;
    color: #ff0000;
    z-index: 999999999;
}
.modal .modal-body{
    margin-top: -20px;
}
.modal .modal-body .logo-header{
    text-align: center;
    margin-bottom: 20px;
}

.modal .modal-body .modal-content{
    border: none;
}
.modal .modal-body .modal-content .modal-title{
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
}
.modal .modal-body .modal-content h4{
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 5px;
}
.modal .modal-body .modal-content p{
    font-size: 15px;
}
.modal .modal-body .modal-content p.text-justify{
    text-align: justify;
}
.modal .modal-body .modal-content p.para{
    font-size: 18px;
    font-weight: 700;
}
.modal .modal-body .modal-content p{
    margin: 0;
}
.modal .modal-footer{
    border: none;
}

.american_text span{
    border: 1px solid red;
    padding: 10px 80px;
    font-weight: 700;
}
.passdouble_text{
    margin: 0 0 15px 0;
}
.passdouble_text label{
    border: 1px solid red;
    padding: 10px 80px;
    font-weight: 700;
    color: red;
}
.american_answer{
    position:relative;
}
.american_answer label.error{
    position: absolute;
    left: 0;
    right: 0;
    top: 26px;
}
.verification-contact{
    margin: 50px auto 90px;
    border: 1px solid #ccc;
    max-width: 800px;
    width: 100%;
    padding-bottom: 40px;
}
.verification-contact h2{
    margin: 0;
    padding: 10px;
    text-align: center;
    background: #0b4691;
    color: #fff;
}
.verification-contact .text-input{
    font-size: 20px;
    width: 500px;
    text-align: center;
    margin: 30px auto;
}
.verification-contact .title-input{
    text-align: center;
    margin: 15px 0 5px;
    font-size: 17px;
    font-weight: 500;
}
.verification-contact #verification-email{
    padding: 10px;
    width: 450px;
    margin: 0 auto;
    display: block;
    text-align: center;
    border: 1px solid #0b4691;
}
.verification-contact .iti {
    margin: 0 calc(50% - 225px);
}
.verification-contact #verification-phone{
    padding: 10px;
    width: 450px;
    margin: 0 auto;
    display: block;
    text-align: left;
    border: 1px solid #0b4691;
}
.verification-contact input:focus-visible{
    outline: none;
}
.verification-contact .text{
    font-size: 14px;
    text-align: center;
}
.verification-contact .text-info{
    color: #0b4691 !important;
    font-size: 14px;
    text-align: center;
}
.verification-contact #send-code{
    border: none;
    padding: 10px 70px;
    background: #0b4691;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 auto;
    display: block;
}
.verification-contact .step-2{
    display: none;
}
.verification-contact .step-2 p{
    text-align: center;
    font-size: 18px;
}
.verification-contact .step-2 input{
    text-align: center;
    text-transform: uppercase;
    padding: 10px 10px;
    margin: 0 auto;
    display: block;
    width: 400px;
}
.verification-contact .step-2 .error-message{
    margin: 5px 0 0;
    color: #ff0000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    display: none;
}
.verification-contact .step-2 .buttons{
    text-align: center;
    margin: 30px 0 0;
}
.verification-contact .step-2 .buttons #check-code{
    border: none;
    padding: 10px 70px;
    background: #0b4691;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 auto 10px;
    display: block;
}
.verification-contact .step-2 .buttons #try-again{
    border: none;
    padding: 10px 40px;
    background: #858585;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto;
    display: block;
}
input.error{
    border: 1px solid #df0000 !important;
    background: #fef7f7;
}


.button-container {
    justify-content: center;
    margin-bottom: 50px;
    text-align: center;
}
.button-app {
    display: inline-block;
    margin: 10px;
    padding: 15px 30px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    cursor: pointer;
}
.button-container a {
    color: white;
}
.start-button {
    background-color: #0b4691;
    color: white;
}
.retrieve-button {
    background-color: #2f486d;
    color: white;
}
.retrieve-button:hover, .start-button:hover {
    background-color: #85a2c8;
    color: white;
}
.security-question{
    position: relative;
    background: #eee;
    display: block;
    height: fit-content;
    padding: 20px;
    margin-bottom: 2em;
}
.security-question .title{
    text-transform: uppercase;
    border-bottom: 1px solid #0b4691;
    color: #000;
    padding: 5px 10px;
    font-size: 20px;
    margin: 0 0 26px;
}

.security-question .button {
    display: inline-block;
    margin: 10px;
    padding: 8px 14px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    text-transform: uppercase;
    color: #ffffff;
    background: #85a2c8;
    border-color: #85a2c8;
}
.security-question .button:hover{
    background-color: #2f486d;
    border-color: #2f486d;
    color: white;
}
.customer-send p {
    font-weight: 600;
    text-align : center;
}





