/* CSS Document */
.wrapper{
	background: #001f62;
	position: relative;
	overflow: hidden;
}
header{
	padding: 10px 0;
}
header .logo img{
	width: 100%;
	max-width: 350px;
}
header .title-page{
    padding-top: 10px;
}
header .title-page p{
  color: #fff;
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}
.lang{
    /* margin: 10px 0 -20px; */
    text-align: right;
    color: #fff;
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    align-items: center;
}
.lang a{
    color: #fff;
    background: #001f62;
    text-decoration: none;
    padding: 0px 5px;
    width: 60px;
    text-align: center;
    font-weight: 600;
    border: 2px solid #001f62;
    display: flex;
    align-items: center;
    gap: 5px;
    align-content: center;
    justify-content: center;
    border-radius: 10px;
}
.lang a img{
    height: 13px;
}
.lang a.active{
    background: #fff;
    color: #001f62;
}
.title-form{
    padding: 5px 0px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #001f62;
    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;
}

.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: #001f62;
    border-radius: 0;
    width: 100%;
    text-align: left;
}
.disclaimer .collapse-holder .collapse .card-body{
    border-radius: 0;
    border: 1px solid #001f62;
}
.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;
}
.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;
}
#application-form{}
#application-form .steps{
    width: fit-content;
    margin: 0 auto;
}
#application-form .steps ul{}
#application-form .steps ul li{
    width: 188px;
    display: inline-block;
    margin: 0 5px 0 0;
    position: relative;
}
#application-form .steps ul li:last-child{
    width: 210px;
    margin: 0;
}
#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:first-child a{
    border-radius: 10px 0 0 10px;
}
#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: #001f62;
    border-color: #001f62;
    color: #ffffff;
}
#application-form .steps ul li.done a{
    background: #001f6280;
    border-color: #001f6280;
    color: #ffffff;
}
#application-form .steps ul li a .number{
	font-size: 18px;
	background: #ffff;
	color: #001f62;
	padding: 6px 7px;
	line-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	border-radius: 5px;
}
#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:after{

}
#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.done a:after{}
.wizard > .content{
    margin: 10px 0;
    border-radius: 10px;
}
.wizard > .content > .body{
	width: 100%;
	position: relative;
	height: fit-content;
	padding: 20px;
	border-radius: 10px;
}
#application-form .actions{}
#application-form .actions ul li{
    margin: 0 0 20px 20px;
}
#application-form .actions ul li a{
    background: #001f62;
    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 #001f62;
    background: #85a2c8;
    color: #fff;
    padding: 5px 10px;
    font-size: 20px;
    margin: 0 0 20px;
    border-radius: 5px;
}
.form-group{
    margin-bottom: 10px;
    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: 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;
}
.control-label{}
.control-label .tooltipp{}
.control-label .icon{}
.control-label .tooltiptext{}
.radio-option{}
.radio-option .control-label{
    display: inline-block;
    width: 80px;
}
.accommodationCla .radio-option .control-label{
    width: 172px;
}
.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 #001f62;
}
.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: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;
}
label.label-title{
    font-size: 20px;
}
.radio-option-2{
    display: flex;
    gap: 10px;
}
.radio-option-2 label{
    border: 2px solid #001f62;
    border-radius: 5px;
    background: #ffffff;
    padding: 3px 0 3px 10px;
    cursor: pointer;
}
.radio-option-2 label input{
    margin-right: 10px !important;
}
.radio-option-2 label input[type=radio]:before{
    top: -3px !important;
}

footer{
	background: #001f62;
    padding: 60px 0 0 0;
    text-align: center;
}
footer .info-footer{}
footer .info-footer img{
    height: 90px;
}
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 #001f62;
}
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 #fff;
    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: 2.2em;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.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: #001f62;
    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: #001f62;
    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{
    }
}
@media only screen and (max-width: 1107px){
    #application-form .steps ul{
    text-align: center;
}
    #application-form .steps ul li{
        width: 130px;
    }
	#application-form .steps ul li:last-child{
		width: 130px;
	}
    #application-form .steps ul li a{
        font-size: 12px;
        margin: 0;
        padding: 0 10px 0 20px;
    }
    #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 {
        max-width: 300px;
    }
}
@media only screen and (max-width: 768px){
    header .logo img{
        margin: 0 auto;
        display: block;
        max-width: 300px;
    }
    header .title-page p{
        text-align: center;
        font-size: 15px;
        margin: 00;
    }
    .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: 50px;
        margin: 0 5px 0 0;
    }
    #application-form .steps ul li:first-child{
        width: 35px;
    }
	#application-form .steps ul li:last-child{
		width: 55px;
	}
    #application-form .steps ul li a{
        margin: 0;
        padding: 5px 5px 5px 20px;
        color: transparent !important;
    }
    #application-form .steps ul li:first-child a{
        padding: 5px 5px 5px 15px;
    }
    #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;
}
        .title-block h4{
        font-size: 12px;
    }
    .upload-passport .upload-type .text-or{
        display: block !important;
        margin: -40px 0 0 !important;
    }
    .upload-passport .upload-type .one-select{
        width : 100% !important;
    }
    .result-div .ulstep{
        column-count: 1;
        font-size: 14px;
    }
}
@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;
    }
}

.legal h1 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 0;
}
.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 .5rem;
    font-size: 1.17rem;
    text-align: center
}

.legal .address {
    margin: 35px 0 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
}

.modal .informations{
    width: 850px;
    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;
    /* margin: 30px 0 0 0; */
}
.modal .modal-body .logo-header img {
	max-width: 472px;
	width: 100%;
}

.modal .modal-body .modal-content{
    border: none;
}
.modal .modal-body .modal-content .modal-title{
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.modal .modal-body .modal-content .modal-title span{
	font-size: 18px;
	font-weight: 400;
}
.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;
}
.modal .modal-footer button{
	float: right;
    color: #fff;
    background: #db0000;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
}

/*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: 40% !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;}

		    
.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: #001f62;
    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;
}

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

.upload-photo .upload-type label{
    width: inherit !important;
    margin-right: 40px;
}
.upload-photo .upload-block{
    padding: 10px;
    border: 1px solid #ccc;
    margin: 0;
    display: none;
}
.upload-photo .upload-block .upload-loading{
    text-align: center;
}
.upload-photo .upload-block .upload-loading img{
    height: 100px;
    margin: 20px;
}
.upload-photo .upload-block .upload-text{
    display: none;
}
.upload-photo .upload-block .upload-text h3{
    margin: 0 0 20px 0;
    font-size: 16px;
}
.upload-photo .upload-block .upload-text h3 .get-new{display: inline-block;border: none;background: #222;color: #fff;font-size: 12px;}
.upload-photo .upload-block .upload-text .other-choise{
    text-align: center;
}
.upload-photo .upload-block .upload-text .other-choise label{
    width: 100%;
    text-align: left;
    font-weight: 400;
    line-height: 25px;
}
.upload-photo .upload-block .upload-text .other-choise label input{
    margin: 0 10px 0;
}
.upload-photo .upload-block .upload-text .other-choise label input:before{
    margin: 3px 0 0 0;
}
.upload-photo .upload-block .upload-text .other-choise label input:checked:before{
    border: 5px solid #000000;
}
.upload-photo .upload-block .upload-text .other-choise .qr-code{
    padding: 0 0 20px 0;
    display: none;
}
.upload-photo .upload-block .upload-text .other-choise .qr-code img{
    width: 185px;
}
.upload-photo .upload-block .upload-text .other-choise .send-message{
    display: none;
    padding: 0 0 0 50px;
    text-align: left;
}
.upload-photo .upload-block .upload-text .other-choise .send-message .sms-choise{
    text-align: left;
}
.upload-photo .upload-block .upload-text .other-choise .send-message .sms-choise .number-sms{
    padding: 0px 0 0 35px;
    display: none;
}
.upload-photo .upload-block .upload-text .other-choise .send-message .sms-choise input{
    padding: .5rem .75rem;
}
.upload-photo .upload-block .upload-text .other-choise .send-message .message-send-sms{
    margin: 10px 0 -10px;
    font-weight: 500;
    font-size: 14px;
}
.upload-photo .upload-block .upload-text .other-choise .send-message .message-send-sms.ok{
    color: #00a500;
}
.upload-photo .upload-block .upload-text .other-choise .send-message .message-send-sms.ko{
    color: #ff0000;
}
.upload-photo .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-photo .upload-block .upload-text .other-choise .send-message .send-sms:disabled{
    cursor: not-allowed;
    opacity: .4;
}
.upload-photo .upload-block .upload-text .other-choise .send-message .try-again{
    margin: 5px 0;
    font-size: 14px;
    display: none;
}
.upload-photo .upload-block .upload-text .check-uploqded{
    background: #ffff;
    padding: 10px;
    margin: 30px 0 0;
}
.upload-photo .upload-block .upload-text .check-uploqded p{
    margin: 0;
    display: inline-block;
}
.upload-photo .upload-block .upload-text .check-uploqded button{
    display: inline-block;
    border: none;
    background: #222;
    color: #fff;
    font-size: 14px;
}
.upload-photo .upload-block .picture-uploaded{
    display: none;
    text-align: center;
}
.upload-photo .upload-block .picture-uploaded img{
    height: 290px;
}
/*------------- current-location -----------*/
.upload-current-location{
    float: left;
    padding: 0 10px;
}
.upload-current-location .upload-type{
    margin: 0 0 0 10px;
    text-align: center;
}
.upload-current-location .upload-type .title-select{
    margin: 0;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 500;
}
.upload-current-location .upload-type .text-or{
    display: inline-block;
    margin: 0;
    height: 100px;
}
.upload-current-location .upload-type .one-select{
    width: 40% !important;
    max-width: 290px;
    text-align: center;
    margin: 0 17px;
}
.upload-current-location .upload-type .one-select input{
    margin: 0 -4px 0 0;
}
.upload-current-location .upload-type .one-select svg{
    height: 40px;
    display: block;
    margin: 0 auto;
}
.upload-current-location .upload-type .one-select span{
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}

.upload-current-location .upload-type label{
    width: inherit !important;
    margin-right: 40px;
}
.upload-current-location .upload-block{
    padding: 10px;
    border: 1px solid #ccc;
    margin: 0;
    display: none;
}
.upload-current-location .upload-block .upload-loading{
    text-align: center;
}
.upload-current-location .upload-block .upload-loading img{
    height: 100px;
    margin: 20px;
}
.upload-current-location .upload-block .upload-text{
    display: none;
}
.upload-current-location .upload-block .upload-text h3{
    margin: 0 0 20px 0;
    font-size: 16px;
}
.upload-current-location .upload-block .upload-text h3 .get-new{display: inline-block;border: none;background: #222;color: #fff;font-size: 12px;}
.upload-current-location .upload-block .upload-text .other-choise{
    text-align: center;
}
.upload-current-location .upload-block .upload-text .other-choise label{
    width: 100%;
    text-align: left;
    font-weight: 400;
    line-height: 25px;
}
.upload-current-location .upload-block .upload-text .other-choise label input{
    margin: 0 10px 0;
}
.upload-current-location .upload-block .upload-text .other-choise label input:before{
    margin: 3px 0 0 0;
}
.upload-current-location .upload-block .upload-text .other-choise label input:checked:before{
    border: 5px solid #000000;
}
.upload-current-location .upload-block .upload-text .other-choise .qr-code{
    padding: 0 0 20px 0;
    display: none;
}
.upload-current-location .upload-block .upload-text .other-choise .qr-code img{
    width: 185px;
}
.upload-current-location .upload-block .upload-text .other-choise .send-message{
    display: none;
    padding: 0 0 0 50px;
    text-align: left;
}
.upload-current-location .upload-block .upload-text .other-choise .send-message .sms-choise{
    text-align: left;
}
.upload-current-location .upload-block .upload-text .other-choise .send-message .sms-choise .number-sms{
    padding: 0px 0 0 35px;
    display: none;
}
.upload-current-location .upload-block .upload-text .other-choise .send-message .sms-choise input{
    padding: .5rem .75rem;
}
.upload-current-location .upload-block .upload-text .other-choise .send-message .message-send-sms{
    margin: 10px 0 -10px;
    font-weight: 500;
    font-size: 14px;
}
.upload-current-location .upload-block .upload-text .other-choise .send-message .message-send-sms.ok{
    color: #00a500;
}
.upload-current-location .upload-block .upload-text .other-choise .send-message .message-send-sms.ko{
    color: #ff0000;
}
.upload-current-location .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-current-location .upload-block .upload-text .other-choise .send-message .send-sms:disabled{
    cursor: not-allowed;
    opacity: .4;
}
.upload-current-location .upload-block .upload-text .other-choise .send-message .try-again{
    margin: 5px 0;
    font-size: 14px;
    display: none;
}
.upload-current-location .upload-block .upload-text .check-uploqded{
    background: #ffff;
    padding: 10px;
    margin: 30px 0 0;
}
.upload-current-location .upload-block .upload-text .check-uploqded p{
    margin: 0;
    display: inline-block;
}
.upload-current-location .upload-block .upload-text .check-uploqded button{
    display: inline-block;
    border: none;
    background: #222;
    color: #fff;
    font-size: 14px;
}
.upload-current-location .upload-block .picture-uploaded{
    display: none;
    text-align: center;
}
.upload-current-location .upload-block .picture-uploaded img{
    height: 290px;
}
/*------ hotel-reservation ----*/
.upload-hotel-reservation{
    float: left;
    padding: 0 10px;
}
.upload-hotel-reservation .upload-type{
    margin: 0 0 0 10px;
    text-align: center;
}
.upload-hotel-reservation .upload-type .title-select{
    margin: 0;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 500;
}
.upload-hotel-reservation .upload-type .text-or{
    display: inline-block;
    margin: 0;
    height: 100px;
}
.upload-hotel-reservation .upload-type .one-select{
    width: 40% !important;
    max-width: 290px;
    text-align: center;
    margin: 0 17px;
}
.upload-hotel-reservation .upload-type .one-select input{
    margin: 0 -4px 0 0;
}
.upload-hotel-reservation .upload-type .one-select svg{
    height: 40px;
    display: block;
    margin: 0 auto;
}
.upload-hotel-reservation .upload-type .one-select span{
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}

.upload-hotel-reservation .upload-type label{
    width: inherit !important;
    margin-right: 40px;
}
.upload-hotel-reservation .upload-block{
    padding: 10px;
    border: 1px solid #ccc;
    margin: 0;
    display: none;
}
.upload-hotel-reservation .upload-block .upload-loading{
    text-align: center;
}
.upload-hotel-reservation .upload-block .upload-loading img{
    height: 100px;
    margin: 20px;
}
.upload-hotel-reservation .upload-block .upload-text{
    display: none;
}
.upload-hotel-reservation .upload-block .upload-text h3{
    margin: 0 0 20px 0;
    font-size: 16px;
}
.upload-hotel-reservation .upload-block .upload-text h3 .get-new{display: inline-block;border: none;background: #222;color: #fff;font-size: 12px;}
.upload-hotel-reservation .upload-block .upload-text .other-choise{
    text-align: center;
}
.upload-hotel-reservation .upload-block .upload-text .other-choise label{
    width: 100%;
    text-align: left;
    font-weight: 400;
    line-height: 25px;
}
.upload-hotel-reservation .upload-block .upload-text .other-choise label input{
    margin: 0 10px 0;
}
.upload-hotel-reservation .upload-block .upload-text .other-choise label input:before{
    margin: 3px 0 0 0;
}
.upload-hotel-reservation .upload-block .upload-text .other-choise label input:checked:before{
    border: 5px solid #000000;
}
.upload-hotel-reservation .upload-block .upload-text .other-choise .qr-code{
    padding: 0 0 20px 0;
    display: none;
}
.upload-hotel-reservation .upload-block .upload-text .other-choise .qr-code img{
    width: 185px;
}
.upload-hotel-reservation .upload-block .upload-text .other-choise .send-message{
    display: none;
    padding: 0 0 0 50px;
    text-align: left;
}
.upload-hotel-reservation .upload-block .upload-text .other-choise .send-message .sms-choise{
    text-align: left;
}
.upload-hotel-reservation .upload-block .upload-text .other-choise .send-message .sms-choise .number-sms{
    padding: 0px 0 0 35px;
    display: none;
}
.upload-hotel-reservation .upload-block .upload-text .other-choise .send-message .sms-choise input{
    padding: .5rem .75rem;
}
.upload-hotel-reservation .upload-block .upload-text .other-choise .send-message .message-send-sms{
    margin: 10px 0 -10px;
    font-weight: 500;
    font-size: 14px;
}
.upload-hotel-reservation .upload-block .upload-text .other-choise .send-message .message-send-sms.ok{
    color: #00a500;
}
.upload-hotel-reservation .upload-block .upload-text .other-choise .send-message .message-send-sms.ko{
    color: #ff0000;
}
.upload-hotel-reservation .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-hotel-reservation .upload-block .upload-text .other-choise .send-message .send-sms:disabled{
    cursor: not-allowed;
    opacity: .4;
}
.upload-hotel-reservation .upload-block .upload-text .other-choise .send-message .try-again{
    margin: 5px 0;
    font-size: 14px;
    display: none;
}
.upload-hotel-reservation .upload-block .upload-text .check-uploqded{
    background: #ffff;
    padding: 10px;
    margin: 30px 0 0;
}
.upload-hotel-reservation .upload-block .upload-text .check-uploqded p{
    margin: 0;
    display: inline-block;
}
.upload-hotel-reservation .upload-block .upload-text .check-uploqded button{
    display: inline-block;
    border: none;
    background: #222;
    color: #fff;
    font-size: 14px;
}
.upload-hotel-reservation .upload-block .picture-uploaded{
    display: none;
    text-align: center;
}
.upload-hotel-reservation .upload-block .picture-uploaded img{
    height: 290px;
}
.clear-both{
    clear: both;
}
/*------------- proof-accommodation -----------*/
.upload-proof-accommodation{
    float: left;
    padding: 0 10px;
}
.upload-proof-accommodation .upload-type{
    margin: 0 0 0 10px;
    text-align: center;
}
.upload-proof-accommodation .upload-type .title-select{
    margin: 0;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 500;
}
.upload-proof-accommodation .upload-type .text-or{
    display: inline-block;
    margin: 0;
    height: 100px;
}
.upload-proof-accommodation .upload-type .one-select{
    width: 40% !important;
    max-width: 290px;
    text-align: center;
    margin: 0 17px;
}
.upload-proof-accommodation .upload-type .one-select input{
    margin: 0 -4px 0 0;
}
.upload-proof-accommodation .upload-type .one-select svg{
    height: 40px;
    display: block;
    margin: 0 auto;
}
.upload-proof-accommodation .upload-type .one-select span{
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}

.upload-proof-accommodation .upload-type label{
    width: inherit !important;
    margin-right: 40px;
}
.upload-proof-accommodation .upload-block{
    padding: 10px;
    border: 1px solid #ccc;
    margin: 0;
    display: none;
}
.upload-proof-accommodation .upload-block .upload-loading{
    text-align: center;
}
.upload-proof-accommodation .upload-block .upload-loading img{
    height: 100px;
    margin: 20px;
}
.upload-proof-accommodation .upload-block .upload-text{
    display: none;
}
.upload-proof-accommodation .upload-block .upload-text h3{
    margin: 0 0 20px 0;
    font-size: 16px;
}
.upload-proof-accommodation .upload-block .upload-text h3 .get-new{display: inline-block;border: none;background: #222;color: #fff;font-size: 12px;}
.upload-proof-accommodation .upload-block .upload-text .other-choise{
    text-align: center;
}
.upload-proof-accommodation .upload-block .upload-text .other-choise label{
    width: 100%;
    text-align: left;
    font-weight: 400;
    line-height: 25px;
}
.upload-proof-accommodation .upload-block .upload-text .other-choise label input{
    margin: 0 10px 0;
}
.upload-proof-accommodation .upload-block .upload-text .other-choise label input:before{
    margin: 3px 0 0 0;
}
.upload-proof-accommodation .upload-block .upload-text .other-choise label input:checked:before{
    border: 5px solid #000000;
}
.upload-proof-accommodation .upload-block .upload-text .other-choise .qr-code{
    padding: 0 0 20px 0;
    display: none;
}
.upload-proof-accommodation .upload-block .upload-text .other-choise .qr-code img{
    width: 185px;
}
.upload-proof-accommodation .upload-block .upload-text .other-choise .send-message{
    display: none;
    padding: 0 0 0 50px;
    text-align: left;
}
.upload-proof-accommodation .upload-block .upload-text .other-choise .send-message .sms-choise{
    text-align: left;
}
.upload-proof-accommodation .upload-block .upload-text .other-choise .send-message .sms-choise .number-sms{
    padding: 0px 0 0 35px;
    display: none;
}
.upload-proof-accommodation .upload-block .upload-text .other-choise .send-message .sms-choise input{
    padding: .5rem .75rem;
}
.upload-proof-accommodation .upload-block .upload-text .other-choise .send-message .message-send-sms{
    margin: 10px 0 -10px;
    font-weight: 500;
    font-size: 14px;
}
.upload-proof-accommodation .upload-block .upload-text .other-choise .send-message .message-send-sms.ok{
    color: #00a500;
}
.upload-proof-accommodation .upload-block .upload-text .other-choise .send-message .message-send-sms.ko{
    color: #ff0000;
}
.upload-proof-accommodation .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-proof-accommodation .upload-block .upload-text .other-choise .send-message .send-sms:disabled{
    cursor: not-allowed;
    opacity: .4;
}
.upload-proof-accommodation .upload-block .upload-text .other-choise .send-message .try-again{
    margin: 5px 0;
    font-size: 14px;
    display: none;
}
.upload-proof-accommodation .upload-block .upload-text .check-uploqded{
    background: #ffff;
    padding: 10px;
    margin: 30px 0 0;
}
.upload-proof-accommodation .upload-block .upload-text .check-uploqded p{
    margin: 0;
    display: inline-block;
}
.upload-proof-accommodation .upload-block .upload-text .check-uploqded button{
    display: inline-block;
    border: none;
    background: #222;
    color: #fff;
    font-size: 14px;
}
.upload-proof-accommodation .upload-block .picture-uploaded{
    display: none;
    text-align: center;
}
.upload-proof-accommodation .upload-block .picture-uploaded img{
    height: 290px;
}
.clear-both{
    clear: both;
}


footer .legal-disclaimer-content .text {
    border-top: 1px solid #fff;
    color: #ffffff;
    padding: 10px 0 0;
    margin: 0 0 15px;
    font-size: 7px;
}

/* // END UPLOAD PHOTO  */
@media only screen and (max-width: 600px) {
    header .text-right p {
        margin: 0;
        color: #fff;
        text-align: center;
        font-weight: 500;
        font-size: 18px;
        margin-top: 20px;
    }
    .form h1.title {
        font-size: 1em;
    }
    .form .button-action button {
        font-size: 1em;
    }
    footer .info-footer img {
        height: 75px;
    }
    .form .citizenship {
        width: 90%;
    }
    #application-form .steps ul li {
        width: 40px !important;
    }
    .form-group .tooltipp .tooltiptext {
        width: 90%;
        z-index: 9;
    }
    .your-application{
        width: 100%;
        text-align: justify !important;
    }
    .accommodationCla .radio-option .control-label {
        width: 180px;
        margin-left: 30px;
        margin-top: 10px;
    }
    .accommodation-contents{
        display: contents;
    }
    
    footer .legal-disclaimer-content .text {
        font-size: 6px;
    }
}
