*{
    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: 45px;
    justify-content: center;
}
.steps_inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 800px;
    padding: 18px 25px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.08);
}
.steps_inner::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 60px;
    right: 60px;
    border-top: 2px dotted #ababab;
    z-index: 0;
}
.steps_inner .form-step.active-step i {
    color: #2563eb;
    font-size: 30px;
}
.steps_inner .form-step.active-step .form-step-label {
    font-size: 20px;
}
.steps_inner .form-step i {
    display: block;
    font-size: 18px;
    color: #cbd5e1;
    margin-bottom: 5px;
}
.steps_inner .form-step {
    position: relative;
    text-align: center;
    z-index: 1;
    flex: 1;
}
.steps_list ul{
    display: flex;
    align-items: center;
    list-style-type: none;
    flex-wrap: wrap;
    padding: 0px;
}
.steps_list .form-step{
    position: relative;
    overflow: hidden;
}
.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;
    
}
.sucessboxinner ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 10px;
    justify-content: center;
}
.form_sucesstab {
    background: #FFF;
    border: 1px solid;
    margin-bottom: 2rem;
    border-radius: 6px;
    padding: 10px 10px;
}
.sucessboxinner ul li i {
    padding: 4px 5px;
    background: #FFF;
    border-radius: 50%;
    margin-right: 6px;
    color: #4caf50;
}
.sucessboxinner ul li {
    list-style: none;
    background-color: #4caf50;
    border-radius: 5px;
    padding: 5px 15px;
    color: #FFF;
}
 .benefits p {
    margin: 4px 0px;
    font-weight: 500;
    color: #555555;
    font-size: 13px;
    display: flex;
    align-items: center;
}
/*.declaration_form{*/
/*    height:40px;*/
/*}*/
.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;
}
.accordion-header {
    margin-top: -25px;
}
.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;
    padding: 10px 40px;
    border: 0px;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: 0px 8px 12px -10px black;
    margin-bottom: 10px;
    border-radius: 13px;
    background:#5e5e5e;
    color:#FFF;
}
.accordion .acc_btn a{
    font-size: 14px;
    font-weight: 600;
    color: white;
}
.accordion .body{
    padding: 20px 20px;
}
.accordion .acc_btn.success 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 {*/
    /*    height: 80px;*/
    /*}*/
    .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%;
    }
}