*{
    margin: 0px;
    padding: 0px;
    
}
html{
    scroll-behavior: smooth;
}

footer{
    bottom: 0px;
}

body{
    
    font-family: 'nunito', sans-serif;
}
a{
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
    margin-bottom: 0px;
}
p{
    margin-bottom: 0px!important;
}

.loader{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000ab;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 99999;
}
.loader img{
    width:30%;
}
@media(max-width:525px){
    .loader img{
        width:85%;
    }
}
.page_wrapper{
    padding:0px 0px;
}
.steps_list{
    display: flex;
    margin-bottom: 20px;
}
.steps_list ul{
    display: flex;
    align-items: center;
    list-style-type: none;
    flex-wrap: wrap;
    padding: 0px;
}
.steps_list .form-step{
    background: #f1f1f1;
    position: relative;
    overflow: hidden;
}
.steps_list .form-step::before,
.steps_list .form-step::after{
    content: "";
    position: absolute;
    width: 70px;
    height: 60px;
    right: -50px;
    background:#f1f1f1;
    border: 3px solid #fff;
}
.steps_list .form-step::before{
    top: -40px;
    transform: rotate(150deg);
}
.steps_list .form-step::after{
    top: 45px;
    transform: rotate(210deg);
}
.steps_list .form-step.active-step{
    color: white;
/*  background-color:white;*/
    background:linear-gradient(99deg, #373737 17%, rgb(88 87 87) 100%);
}
.steps_list .form-step.error{

}
.steps_list .form-step:last-child:before{
    position: absolute;
}
.steps_list .form-step.active-step .form-step-label{
    color: white;
}

.steps_list .form-step{
    width: 100%;
    height: 64px;
    color: rgba(35,31,32,0.6);
    display: flex;
    justify-content: space-around;
    position: relative;
    overflow: hidden;
    align-items: center;
    padding: 0px 15px;
}
.steps_list .form-step .form-step-label{
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 4px 0 0 10px;
    max-width: 100%;
    text-align: center;
    color: #0c2b65;
}
.steps_list li.active .form-step-number,
.steps_list li.active .form-step-label{
    color: #065176;

}
.steps_list li .form-step-number,
.steps_list li .form-step-label{
    margin-right: 12px;
    
}
.steps_list .form-step.active-step .form-step-number{
    color: white;
}
.steps_list .form-step .form-step-number{
    font-size: 32px;
    color:#0e2f68;
}
.steps_list .form-step .form-step-complete{
    width:30px;
}
.steps_list .form-step .form-step-complete i{
    font-size: 20px;
    color: white;
    background-color: #4caf50;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 6px;
}   
.outer_box{
    background-color: ;
}
 .benefits p {
    margin: 4px 0px;
    font-weight: 500;
    color: #555555;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.declaration_form{
    
}
.declaration_form .form-check{
    width: 100%!important;
    border: none!important;
    
}
.declaration_form .form-group{
    margin-bottom:0px!important;
    
}
.form_wrapper .him_day_year{
    width: 25%!important;
}
.form_wrapper .him_date_month{
    width: 40%!important;
}
.form_wrapper{
    margin: 0px 53px;
    background-color:white;
    padding: 64px 0px;
}
.form_wrapper form{
   background-color: white;
    border: 1px solid black;
    border-radius: 10px;
    overflow: hidden;
}
.form_wrapper .title h6{
/*  background: linear-gradient(99deg, rgb(94 146 35) 37%, rgba(25,71,122,1) 100%);*/
    padding: 12px 10px;
    color: black;
    border-radius: 6px;
    font-size:24px;
}

.form_wrapper .common_css{
/*  box-shadow: 0px 0px 29px -17px;*/
    padding: 0px 16px;
}
.form_wrapper .content p{
    color: black;
    font-weight: 500;
    font-size: 14px;
}

.form_wrapper form select{
    width: 90%;
    padding: 10px 3px;
    border: 1px solid #454545;
    float: left;
    border-radius: 5px;
    
}
.form_wrapper form select:focus{
    outline: none;
}
.form_wrapper form select.success{
    border: 1px solid green;
}
.form_wrapper .select2-hidden-accessible, 
.form_wrapper .select2-hidden-accessible .select2{
    width: 90%;
    padding: 10px 10px!important;
    border: 1px solid #454545!important;
}

.form_wrapper form select.error{
    border: 1px solid red;
}

.form_wrapper form input[type='text']{
    width: 90%;
    padding: 10px 10px;
    border: 1px solid #454545;
    float: left;
    border-radius: 5px;
}
.form_wrapper form input[type='email']{
    width: 90%;
    padding: 10px 10px;
    border: 1px solid #454545;
    float: left;
    border-radius: 5px;
}
.form_wrapper form input[type='date']{
    width: 90%;
    padding: 10px 10px;
    border: 1px solid #454545;
    float: left;
    border-radius: 5px;
}
.form_wrapper form input:focus{
    outline: none;

}
.form_wrapper form input.success{
    border: 1px solid green;
}

.form_wrapper form input.error{
    border: 1px solid red;
}
.form_wrapper form textarea{
    width: 90%;
    padding: 6px 18px;
    border: 1px solid #454545;
    float: left;
    border-radius: 5px;
}
.form_wrapper form textarea.success{
    border: 1px solid green;
}

.form_wrapper form textarea.error{
    border: 1px solid red;
}
.form_wrapper form textarea:focus{
    outline: none;
}
.form_wrapper .error_message{
    color: red;
    font-weight: 500;
    font-size: 12px;
}
.ffirstboxredaltmsg {
    display: inline-block;
}
.form_wrapper .prompt_msg{
    width: 100%;
    display: inline-block;
}
.form_wrapper .success_message{
    color: green;
    font-weight: 500;
    font-size: 12px;
}
.form_wrapper label{
        margin-bottom: 8px;
    color: #454545!important;
    font-weight: 500;
    font-size: 16px;
    display: block;
}
.form_wrapper .form-group{
    margin-bottom: 20px;
    display: inline-block;
    width:100%;
}
.form_wrapper label span{
    color: red;
    margin-left: 5px;
}
.form_wrapper .form_btn{
    background-color: #335097;
    padding: 7px 20px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    margin: 10px 0px;
    display: inline-block!important;
    border-radius: 2px;
    box-shadow: 0px 8px 21px -10px black;
    border-radius:6px;
}
.form_wrapper .form_btn.success{
    background-color:#4caf50;
}
.form_wrapper .form_btn.success{
    background-color:red;
}
.form_wrapper .address_info{
    font-size: 20px;
    font-weight: 600;
    color: red;
}
.form_wrapper .form-check{
    display: inline-block;
    float: left;
    margin-right: 10px;
    border: 1px solid #898989;
    padding: 6px 17px 0px 35px;
    border-radius:5px;
    
}
.form_wrapper .form-check-input{
    border: 1px solid black;
    opacity:1!important;
    position: relative!important;
    visibility: visible!important;
}
.form_wrapper .form-check-input:checked{
    background-color: #053273!important;
    outline: none;
    box-shadow: none;
}
.form_wrapper .instructions{
    margin: 20px 0px;
}
.form_wrapper .instructions p{
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0px;
}

.form_wrapper .instructions ul li p{
    font-size:12px;
}



.form_wrapper .upload_buttons a{
    display: inline-block;
    margin: 13px 6px;
    background-color: #6da927;
    padding: 8px 14px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}
.form_wrapper .document_upload .status{
    display: ;
    justify-content: space-between;
}

.form_wrapper .document_upload .status p{
    color: black;
    font-weight: 600;
}
.reference_custom_css .form-check{
    display: inline-block;
}

.form_wrapper em{
    opacity:0;
    
}
.form_wrapper .form-group:hover em{
    opacity: 1;
    transition: all 0.5s;
    
}

.accordion .acc_btn{
    font-size: 14px;
    width: 100%;
    justify-content: space-between;
    display: flex;
    padding: 10px 10px;
    border: 0px;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: 0px 8px 12px -10px black;
/*    background-color: #335097;*/
    color: white;
    background: rgb(1,14,83);
    background:linear-gradient(99deg, #373737 17%, rgb(88 87 87) 100%);
    margin-bottom:10px;
}
.accordion .acc_btn a{
    font-size: 14px;
    font-weight: 600;
    text-decoration: ;
    color: white;
}
.accordion .body{
    padding: 20px 20px;
}
.accordion .acc_btn.success{
    background-color: #4caf50;
    color: white;
}
.accordion .acc_btn.success a{
    color: white;
}
.accordion .acc_btn.error{
    background-color: #f60000;
    color: white;
}
.accordion .acc_btn.error a{
    color: white;
}


.mark_message{
    width: 10%;
    float: left;
    display: flex;
    align-items: center;
    height: 44px;
    padding: 10px;
}
.mark_message i.fa-check{
    color: green;
    border: 2px solid green;
    border-radius: 21px;
    padding: 3px;
}

.mark_message i.fa-exclamation{
    color: red;
    border: 2px solid red;
    border-radius: 21px;
    padding: 3px 9px;
}
.mark_message i.fa-question{
    color: #065176;
    border: 2px solid #065176;
    border-radius: 21px;
    padding: 3px 6px;
}


.right_wrapper{
       padding: 20px 20px;
    background: linear-gradient(135deg, #f5f3ff, #fefeff, #ecfeff);
    margin-bottom: 45px;
    border-radius: 10px;
    border: 1px solid black;
}
.application_status ul{
    list-style-type: none;
    padding: 0px;
}
.application_status p.title{
    color: black;
    font-size: 18px;
    font-weight: 700;
    margin-bottom:10px!important;
}
.application_status ul li{
    display: flex;
    align-items: center;
    position:relative;
}
.application_status ul li p{
    color: black;
    font-size: 16px;
    font-weight: 600;
    padding-left:14px;
}
.application_status ul li a{
    position:absolute;
    right:0px;
}
.application_status .status_wrap{
    width:100%;
    display:flex;
    justify-content:space-between;
}
.application_status .icon{
    background-color: #ffffff;
    border-radius: 52px;
    padding: 5px;
    border: 4px solid #4caf50;
    margin-right: 18px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.application_status .icon i{
    color: white;
    font-size: 18px;

}
.application_status ul li i.fa-pencil{
    color: white;

}
.application_status ul li i.fa-pencil:hover{
    color: blue;
    transform: rotate(360deg);
    transition: all 0.5s;
    
}
.application_status .icon i.active{
    color: #4CAF50;
}
.application_status ul .strip{
        position: relative;
    width: 3px;
    height: 24px;
    /* content: ''; */
    background-color: #FFC107;
    display: inline-block;
    left: 18px;
    border-radius: 24px;
    margin: 3px 0px;
}
.sticky-top{
    position: fixed;
    top:107px!important;
}

.continue_to_pay{
    text-align: center;
}
.continue_to_pay button{
    color: white;
    font-weight: 600;
    background: #335097;
    padding: 8px 23px;
    font-size: 18px;
    border: 0px;
    border-radius: 6px;
    margin-bottom: 16px;
}   
.continue_to_pay button.error{
    background-color:red;
}
.continue_to_pay button.success{
    background-color: #4caf50;
}

.select2-container--default .select2-selection--single{
    height: 47px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: space-between!important;
    
}
.date_wrapper .select2-container--default .select2-selection--single{
    width:130px!important;
}
.select2-container--default .select2-selection__arrow{
    position: relative!important;
}


.select2-container{
    max-width:90%!important;
    display: block!important;
}


.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color:#335097!important;
}

.title_info {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px!important;
    border-bottom: 1px solid black;
    padding-bottom: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title_info a {
    color: #cb0000;
    font-size: 16px;
    font-weight: 600;
}

.tooltip-inner{
    background-color:#000e5b!important;
    text-align:left!important;
}

.date_wrapper {
    display: flex;
    flex-wrap:wrap;
}
.date_wrapper .item{
    display: flex;
    /*width: 30%;*/
}
.blockquote_msg{
    background-color: #d6fff2;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color:black;
}
.blockquote_msg_alert{
    background-color: #fff2f2;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color:#c10000;
}
.add_another .for_label_pos_left{
        display: inline-block!important;
    float: left!important;
}
.add_another a{
    padding: 8px 18px;
    background-color: #335097;
    color: white;
    text-decoration: none;
    font-weight: 500;
    display: inline-block!important;
    margin: 12px 0px;
    border-radius: 4px;
}
.add_another p{
    font-size: 16px;
    font-weight: 500;
}
.condition_applied_btn{
    color:#0d6efd;
}

.declaration p{
    margin-bottom:18px!important;
    font-size:14px;
}

/* thankyou page css */


.thankyou_two .wrapper{
    padding: 52px 10px;
    box-shadow: 0px 0px 18px -13px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.thankyou_two .wrapper img{
    width:5%;
    margin-bottom: 15px;
}
.thankyou_two .wrapper h2{
    margin-bottom: 20px;
}
.thankyou_two .wrapper h6{
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}
.thankyou_two .wrapper p{
    font-size: 18px;
    font-weight: 600;
}
.thankyou_two .form-group label{
    display: block;
    font-size: 16px;
    font-weight: 600;
}
.thankyou_two .form-check{
    display: inline-block;
}
.thankyou_two .form-group input{
    width: 100%;
    padding: 10px 10px;
}

.thankyou_two .button button{
    padding: 8px 26px;
    margin-top: 20px;
    background-color: #00ab00;
    border: 0px;
    color: white;
    font-weight: 600;
    font-size: 15px;
}




/* thankyou page css */

/*payment success page css*/


.pay_success .wrapper{
    box-shadow: 0px 0px 38px -21px;
    border: 2px solid #b9c8d8;
    border-radius: 24px!important;
    overflow: hidden;
}
.pay_success .sub_wrapper{
    padding: 25px 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

.pay_success .wrapper img{
    width:5%;
    margin-bottom: 15px;
}
.pay_success .wrapper h2{
    margin-bottom: 0px;
    font-size: 24px;
    display: inline-block;
    width: 100%;
    background: linear-gradient(99deg, rgb(49 49 49) 17%, rgb(0 0 0) 100%);
    color: white;
    padding: 7px 21px;
    text-align: center;
}
.pay_success .wrapper h6{
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}


.pay_success .button button{
    padding: 8px 26px;
    margin-top: 0px;
    background-color: #00ab00;
    border: 0px;
    color: white;
    font-weight: 600;
    font-size: 15px;
}
.pay_success .more_docs{
      text-align: center;
    border: 2px solid #a2a3a8;
    padding: 20px 20px;
    background: #f5f5f5;
    margin-bottom: 25px;
}
.pay_success .more_docs a{
    margin-bottom: 10px!important;
    display: inline-block;
    margin-bottom: 10px!important;
    display: inline-block;
    background: linear-gradient(99deg, rgb(49 49 49) 17%, rgb(0 0 0) 100%);
    color: white;
    padding: 10px 32px;
    font-size: 14px;
    font-weight: 700;
}
.pay_success .more_docs p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px!important;
}
.pay_success .important_note{
    text-align: center;
    border: 2px solid #ff9090;
    padding: 20px 20px;
    background: #fff0f0;
}
.pay_success .sub_info{
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px!important;
}


/*payment success page css*/



/* thankyou page css */
.thankyou .wrapper{
    box-shadow: 0px 0px 38px -21px;
    border: 2px solid #b9c8d8;
    border-radius: 24px!important;
    overflow: hidden;
}
.thankyou .sub_wrapper{
    padding: 25px 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}

.thankyou .wrapper img{
    width:5%;
    margin-bottom: 15px;
}
.thankyou .wrapper h2{
    margin-bottom: 0px;
    font-size: 24px;
    display: inline-block;
    width: 100%;
    background: linear-gradient(99deg, rgba(1,14,83,1) 17%, rgba(25,76,122,1) 100%);
    color: white;
    padding: 7px 21px;
    text-align: center;
}
.thankyou .wrapper h6{
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}


.thankyou .button button{
    padding: 8px 26px;
    margin-top: 20px;
    background-color: #00ab00;
    border: 0px;
    color: white;
    font-weight: 600;
    font-size: 15px;
}
.thankyou .more_docs{
    text-align: center;
    border: 2px solid #c0caff;
    padding: 20px 20px;
    background: #f3f3ff;
    margin-bottom: 25px;
}
.thankyou .more_docs a{
    margin-bottom: 10px!important;
    display: inline-block;
}
.thankyou .more_docs p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px!important;
}
.thankyou .important_note{
    text-align: center;
    border: 2px solid #ff9090;
    padding: 20px 20px;
    background: #fff0f0;
}
.thankyou .sub_info{
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px!important;
    font-weight: 500;
}
.thankyou .apply_btn{
    padding: 10px 22px;
    background: #FF5722;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 18px;
}


/* thankyou page css */




/* photo upload page */
.photoupload .wrapper{
    box-shadow: 0px 0px 38px -21px;
    border: 2px solid #b9c8d8;
    border-radius: 24px!important;
    overflow: hidden;
}
.photoupload .sub_wrapper{
    padding: 25px 48px;
    display: flex;
    justify-content: center;
    
    flex-direction: column;
    
}

.photoupload .docs_specification img{
    width:100%;
    margin-bottom: 15px;
}
.photoupload .dummy_image img{
    width: 70%;
    border: 3px solid #d8d8d89c;
    margin-bottom: 8px;
    border-radius: 8px;
    box-shadow: 0px 0px 2px -1px;

}
.photoupload .form,
.photoupload form,
.photoupload .form-group,
.photoupload .drop-container{
    height:100%;
}   




.photoupload .dummy_image{
    text-align: center;
}
.photoupload .wrapper h2{
    margin-bottom: 0px;
    font-size: 24px;
    display: inline-block;
    width: 100%;
    background:linear-gradient(99deg, rgb(73 73 73) 17%, rgb(0 0 0) 100%);
    color: white;
    padding: 7px 21px;
    text-align: center;
}
.photoupload .wrapper h6{
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}




.photoupload .sub_info{
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px!important;
    font-weight: 500;
}
.photoupload .submit_btn{
    text-align: center;
}
.photoupload .submit_btn button{
    padding: 10px 20px;
    background: linear-gradient(99deg, rgb(33 33 33) 17%, rgb(0 0 0) 100%);
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 18px;
    border: none;
    width: 100%;
    margin: 15px 0px;
}

.photoupload .docs_specification p.head{
    color: black;
    font-weight: 500;
    font-size: 18px;
}

.photoupload .docs_specification p{
    font-weight: 500;
    font-size: 12px;
    color: #727272;
}
.photoupload .docs_specification p.spec_accept{
    font-size: 18px;
    background: #585858;
    color: white;
    padding: 3px 14px;
    margin-bottom: 12px!important;
    border-radius: 4px;
}
.photoupload .docs_specification p.spec_reject{
    font-size: 18px;
    background: red;
    color: white;
    padding: 3px 14px;
    margin-bottom: 12px!important;
    border-radius: 4px;
}
.photoupload .docs_specification {
    /*box-shadow: 0px 0px 19px -14px;
    padding: 20px 20px;*/
    margin-bottom: 29px!important;
}
.photoupload .docs_specification ul li::marker{
    color: #2196F3;
}
.photoupload .drop-container {
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  border-radius: 10px;
/*  border:2px dashed #157eab;*/
  color: #444;
  cursor: pointer;
  transition: background .2s ease-in-out, border .2s ease-in-out;
  margin-bottom: 25px;
}

.photoupload .drop-container:hover {
  background: #eee;
/*  border-color: #111;*/
}

.photoupload .drop-container:hover .drop-title {
  color: #222;
}

.photoupload .drop-title {
  color: #444;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: color .2s ease-in-out;
}
.photoupload  input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: linear-gradient(99deg, rgb(73 73 73) 17%, rgb(0 0 0) 100%);
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

.photoupload  input[type=file]::file-selector-button:hover {
  background:linear-gradient(99deg, rgb(73 73 73) 17%, rgb(0 0 0) 100%);
}

.photoupload  input[type=file] {
  max-width: 100%;
  color: #444;
  padding: 5px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #555;
}
.photoupload .dummy_image p{
    margin-bottom: 15px!important;
    font-size: 12px;
    font-weight: 500;
    color: #565656;
}
.photoupload .upload_parent{
    border: 3px dotted #0070ca;
    padding: 10px 10px;
}
.photoupload .another_upload h5{
    margin: 20px 0px;
    font-size: 17px;
    color: black;
}
/* photo upload page */


.select2-container .select2-selection--single .select2-selection__rendered{
    padding-right: 0px!important;
}

@media(max-width:1399px){
    .label_height{
        height:48px;
    }
    .for_resp_height{
        margin-bottom:30px!important;
    }
}

@media(max-width:1200px){
    .form_wrapper form select{
        font-size:13px;
    }
    .form_wrapper form input[type='text']{
        font-size:13px;
    }
    .form_wrapper form input[type='date']{
        font-size:13px;
    }
    .form_wrapper form textarea{
        font-size:13px;
    }
    .form_wrapper label{
        font-size:14px!important;
    }
    
}

@media(max-width:1024px){
    .pay_success .wrapper img{
        width: 10%;
    }
    .thankyou .wrapper img{
        width: 10%;
    }
}

@media(max-width:992px){
    .label_height{
        height:unset;
    }
    .for_resp_height{
        margin-bottom:8px!important;
    }
    .steps_list{
        display: ;
    }
    .order_2{
        order:2!important;
    }
    .order_1{
        order:1!important;
    }
    .pay_success .wrapper img{
        width: 15%;
    }
    .thankyou .wrapper img{
        width: 15%;
    }
    .photoupload .docs_specification p.spec_accept{
        font-size:14px;
    }
    .photoupload .docs_specification p.spec_reject{
        font-size:14px;
    }
}
@media(max-width:768px){
    .label_height{
        height:41px;
    }
    .for_resp_height{
        margin-bottom:30px!important;
    }
    .declaration_form {
        
    }
    .form_wrapper .form-group{
        width:100%;
    }
    .form_wrapper form input[type='text']{
        width:90%;
    }
    .form_wrapper form input[type='date']{
        width:90%;
    }
    .form_wrapper form select{
        width:90%;
        font-size:16px;
    }
    .mark_message.responsive{
        float: left;
    }
    /*.select2-container--default .select2-selection--single{*/
    /*  width: 290px!important;*/
    /*}*/
    .pay_success .wrapper img{
        width: 15%;
    }
    .pay_success .sub_wrapper{
        padding:25px 14px;
    }
    .thankyou .wrapper img{
        width: 15%;
    }
    .thankyou .sub_wrapper{
        padding:25px 14px;
    }
}
@media(max-width:767px){
    .for_resp_height{
        margin-bottom:8px!important;
    }
}
@media(max-width:525px){
    .will_you_staying{
        width:100%;
    }
    .will_you_staying_mark_message{
        float:left!important;
    }
    .label_height{
        height:unset;
    }
    .add_another .for_label_pos_left{
        width:100%;
    }
    .accordion .body{
        padding: 20px 0px;
    }
    .form_wrapper .him_date_month{
        width: 42%!important;
    }
    .form_wrapper .him_day_year{
        width: 24%!important;
    }
    .form_wrapper form input[type='text']{
        width:90%;
    }
    .form_wrapper form input[type='date']{
        width:90%;
    }
    .form_wrapper form select{
        width:90%;
        font-size:14px;
    }
    .pay_now .title h6{
        font-size: 12px;
    }
    .steps_list .form-step-label{
        display: none;
    }
    .form_wrapper{
        margin: 0px 4px;
        background-color: #fff;
        padding: 0px 0px;
    }
    .form_wrapper .common_css{
    /*  box-shadow: 0px 0px 29px -17px;*/
        padding: 0px 18px;
    }
    .date_wrapper .select2-container--default .select2-selection--single{
        width:92px!important;
    }   
    .date_wrapper .mark_message{
       
    }
    .date_wrapper{
        
    }
    .date_wrapper .select2-dropdown{
        width:100px!important;
    }
    /*.select2-container--default .select2-selection--single{*/
    /*  width: 240px!important;*/
    /*}*/
    .title_info a {
        font-size: 12px;
        
    }
    .pay_success .wrapper img{
        width:25%;
    }
    .thankyou .wrapper img{
        width:25%;
    }
}




/* ======================== Header Area ======================== */
header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  transition: 0.5s ease;
  z-index: 997;
  padding: 10px 0;
}
header.active {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
header .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header .logo img {
  width: 84px;
}
header .header .logo img.logo-img-1 {
  display: block;
}
header .header .logo img.logo-img-2 {
  display: none;
}
header.active .header .logo img.logo-img-1 {
  display: none;
}
header.active .header .logo img.logo-img-2 {
  display: block;
}
header .header .navs{
  margin-left: auto;
}
header .header .navs > ul > li {
  position: relative;
  display: inline-block;
  margin: 0 20px;
  margin:0px;
}
header .header .navs > ul{
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 0;
}
header .header .navs > ul > li > a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  color: #000;
  padding: 5px 20px;
  margin: 0 3px;
  cursor: pointer;
}
header .header .navs > ul > li:hover > a {
  color: #000;
}
header .header .navs > ul > li > a.down-arrow::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  display: inline-block;
  margin-left: 5px;
  transition: 0.3s;
  font-weight: 600;
}
header .header .navs > ul > li:hover > a.down-arrow::after {
  transform: rotate(180deg);
}
header .header .navs > ul > li.active a {
  color: #000;
  background: var(--primary-color);
  border-radius: 30px;
}
header .header .navs .sub-menu {
  position: absolute;
  top: 100%;
  width: 280px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
header .header .navs > ul > li:hover > .sub-menu {
  pointer-events: all;
  opacity: 1;
}
header .header .navs .sub-menu > ul {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 6px;
  padding: 8px 10px;
}
header .header .navs .sub-menu > ul > li {
  display: block;
}
header .header .navs .sub-menu > ul > li > a {
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.005em;
  color: var(--neutra-color);
  padding: 5px 0;
  transition: 0.1s;
}
header .header .navs .sub-menu > ul > li > a:hover {
  color: var(--primary-color);
}
header .header .btns-box {
  display: flex;
  align-items: center;
}
header .header .btns-box .request-btn {
  padding: 0 15px 0 20px;
}
header .header .btns-box .contact-btn {
  position: relative;
}
header .header .btns-box .contact-btn:hover .btn-icon {
  background-color: var(--primary-color);
  color: #fff;
}
header .header .btns-box .contact-btn .contact-box {
  position: absolute;
  right: 0;
  padding-top: 16px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
header .header .btns-box .contact-btn:hover .contact-box {
  pointer-events: all;
  opacity: 1;
}
header .header .btns-box .contact-btn .contact-info {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
  overflow: hidden;
}
header .header .btns-box .contact-btn .contact-info .contact-heading {
  font-size: 18px;
  font-weight: 600;
  color: #555;
  padding: 6px 15px;
}
header .header .btns-box .contact-btn .contact-info .info {
  padding: 10px 15px;
  background-color: rgba(204, 204, 204, 0.3);
}
header .header .btns-box .contact-btn .contact-info .info p {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  padding-bottom: 8px;
}
header .header .btns-box .contact-btn .contact-info .info a img,
header .header .btns-box .contact-btn .contact-info .info a i {
  width: 25px;
  font-size: 20px;
  margin-right: 8px;
}
header .header .btns-box .contact-btn .contact-info .info a {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}
header .header .btns-box .contact-btn .contact-info .info a:hover {
  opacity: 0.7;
}
header.active .header .logo img.logo-img-2 {
  display: block;
}

@media screen and (max-width: 1199px) {
  header {
    padding: 20px 0;
  }
  header .header .navs {
    display: none;
  }
  header .header .btns-box .contact-btn {
    display: none;
  }
  header .header .btns-box {
    margin-left: auto;
  }
}

@media screen and (max-width: 575px) {
  header {
    padding: 15px 0;
  }
  header .header .logo img {
    width: 100px;
  }
  header .header .btns-box {
    display: block;
    margin-right: 15px;
  }
  header .header .round-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  header .header .btns-box .request-btn .btn-1 {
    display: none;
  }
}
/* ======================== End Header Area ======================== */

/* Default hidden */
header .header .navs .sub-menu{
  position: absolute;
  top: 100%;
  left: 0;
  width: 160px;
  opacity: 0;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}

/* Show submenu */
header .header .navs ul li:hover > .sub-menu{
  opacity: 1;
  visibility: visible;
}

header .header .navs .sub-menu .sub-menu{
  top: 0;
  left: 108%;
  width: 180px;
}

header .header .navs ul li{
  position: relative;
}


header .header .navs a.down-arrow::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  display: inline-block;
  margin-left: 5px;
  transition: 0.3s;
  font-weight: 600;
}

header .header .navs li:hover > a.down-arrow::after {
  transform: rotate(280deg);
}

.side-menu .menu-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.submenu-toggle::after{
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  display: inline-block;
  margin-left: 5px;
  transition: 0.3s;
  font-weight: 600;
}

.submenu-toggle.active::after{
  transform:rotate(180deg);
}

/* ======================== Side-Menu Area ======================== */

.side-menu-area::-webkit-scrollbar {
  display: none;
}
.side-menu-area {
  scrollbar-width: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}
.side-menu-area.active {
  pointer-events: all;
}
.side-menu-area .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.5s ease;
}
.side-menu-area.active .overlay {
  opacity: 1;
}
.side-menu-area .side-menu-box {
  scrollbar-width: none;
  width: 280px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /* border-top-right-radius: 50px; */
  /* border-bottom-right-radius: 50px; */
  background-color: #fff;
  overflow: auto;
  transform: translateX(-150%);
  transition: 0.8s;
}
.side-menu-area.active .side-menu-box {
  transform: translateX(0%);
}
.side-menu-area .side-menu-box::-webkit-scrollbar {
  display: none;
}
.side-menu-area .side-menu-box .side-menu {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.side-menu .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #eee;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  padding: 12px 0 6px;
}
.side-menu .header .logo img {
  width: 100px;
  padding-left: 10px;
}
.side-menu .header .close-btn button {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 10px 20px;
}
.side-menu .navs {
  padding: 25px 25px;
}
.side-menu .navs ul {
  list-style: none;
}
.side-menu .navs > ul > li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.side-menu .navs > ul > li > a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* font-weight: 600; */
  color: var(--neutra-color);
  padding: 8px 0;
  cursor: pointer;
}
/* .side-menu .navs > ul > li > a.active, */
.side-menu .navs > ul > li > a:hover {
  color: var(--primary-color);
}
/*.side-menu .navs > ul > li > a.down-arrow::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  display: inline-block;
  margin-left: 5px;
  transition: 0.3s;
  font-weight: 600;
}
.side-menu .navs > ul > li > a.active.down-arrow::after {
  transform: rotate(180deg);
}*/
.side-menu .navs > ul > li > .sub-menu {
  display: none;
  padding-left: 10px;
  padding-bottom: 10px;
}
.side-menu .navs a.down-arrow::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  display: inline-block;
  margin-left: 5px;
  transition: 0.3s;
  font-weight: 600;
}

.side-menu .navs a.active.down-arrow::after {
  transform: rotate(180deg);
}
.side-menu .navs .sub-menu{
  display: none;
  padding-left: 10px;
  padding-bottom: 10px;
}
.side-menu .navs .sub-menu > ul > li a {
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--neutra-color);
  padding: 4px 0;
}
.side-menu .navs .sub-menu > ul > li a:hover {
  color: var(--primary-color);
}
.side-menu .request-btn {
  text-align: center;
  margin-left: -15px;
  margin-bottom: 40px;
  margin-top: auto;
}

/* ======================== End Side-Menu Area ======================== */


.footer {
  
  color: #cbd5e1;
  
  position: relative;
}
.footer-top-shape{
  position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 2;
    transform: rotate(180deg);
}
.footer-top-shape img{
  width: 100%!important;
}
.footer img{
  width: 80px;
}

.footer h5 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 3px solid #ff5f6d;
  max-width: max-content;
}

.footer p {
  font-size: 14px;
  width: 100%;
  line-height: 1.7;
}

.footer a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s ease;
  display: block;
  margin-bottom: 10px;
}
.footer p a{
  display: inline;
}
.footer p a:hover {
  color: #6366f1;
  padding-left: 0px;
}

.footer a:hover {
  color: #6366f1;
  padding-left: 5px;
}

/* Social Icons */
.social-icons a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  margin-right: 8px;
  color: #ffffff;
  transition: 0.3s ease;
}

.social-icons a:hover {
  background: #6366f1;
  transform: translateY(-3px);
}

/* Divider */
.footer hr {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 40px 0 20px;
}

/* Bottom Bar */
.footer-bottom {
  font-size: 14px;
  color: #94a3b8;
}

.footer .container {
    background: linear-gradient(135deg, #000000, #084298);
    color: #cbd5e1;
    padding: 20px;
    position: relative;
    border-radius: 20px;
}

.btn-1 {
    display: inline-block;
    border: none;
    outline: none;
    text-decoration: none;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 18px;
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
    background: #0202b6;
}

