@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,300&family=Roboto&display=swap');

*{
	margin: 0px;
	padding: 0px;
    
}
html{
	scroll-behavior: smooth;
}

footer{
	bottom: 0px;
}

body{
	
    font-family: "Montserrat", sans-serif;
}
a{
    font-family: "Montserrat", sans-serif;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Montserrat", sans-serif;
	margin-bottom: 0px;
}
p{

    font-family: "Montserrat", sans-serif;
	margin-bottom: 0px!important;
}
span{
    font-family: "Montserrat", sans-serif;
}
label{
    font-family: "Montserrat", sans-serif;
}
select{
    font-family: "Montserrat", sans-serif;
}
input{
    font-family: "Montserrat", sans-serif;
}
textarea{
    font-family: "Montserrat", sans-serif;
}
button{
     
    font-family: "Montserrat", sans-serif;
}
.form_wrapper p{
    font-size: 15px;
}

 
.form_wrapper .accordion-button:not(.collapsed){
      background: #525252 !important;
    color: white !important;
}
.form_wrapper .accordion-button:focus{
    outline: none!important;
    box-shadow: none!important;
     
}
.form_wrapper .accordion-header{
    box-shadow: 0px 6px 23px -13px;
}

.form_wrapper .accordion-button{
        font-weight: 600;
    font-size: 16px;
    padding: 12px 20px;
}

.form_wrapper .declaration p{
    font-size: 14px;
}
 
.page_title{
    font-size: 26px;
    font-weight: 600;
    margin: 16px 0px;
    text-align: center;
}

.page_wrapper{
	padding:10px 0px;
	background:#f0f1ed;
}
.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:#d8d9cf;
    position: relative;
    overflow: hidden;
}
.steps_list .form-step::before,
.steps_list .form-step::after{
    content: "";
    position: absolute;
    width: 70px;
    height: 60px;
    right: -50px;
    background: #d8d9cf;
    border: 3px solid #1581d3;
}
.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:linear-gradient(99deg, rgb(7 111 189) 17%, rgb(25 135 218) 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: start;
    position: relative;
    overflow: hidden;
    align-items: center;
    padding: 0px 15px;
}
.steps_list .form-step .form-step-label{
    font-weight: 700;
    font-size: 13px;
    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{

    padding: 10px;
   
}
 .benefits p {
    margin: 4px 0px;
    font-weight: 500;
    color: #555555;
    font-size: 13px;
    display: flex;
    align-items: center;
}

.form_wrapper{
	background-color:#f0f1ed;
    padding: 0px 0px;
}

 

.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 input{
    font-size: 15px;
}
.form_wrapper form input[type='date']{
    padding: 8px 10px;
    border: 1px solid #adadad;
    
}
input#expectdateofarival {
    width: auto;
}
.form_wrapper form input[type='text']{
	width: 100%;
    padding: 8px 10px;
    border: 1px solid #adadad;
    
}
.form_wrapper form input[type='email']{
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #adadad;
    
}
.form_wrapper form input[type='password']{
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #adadad;
    
}
.form_wrapper form input[type='file']{
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #adadad;
    
}
 
.form_wrapper form input:focus{
	outline: none;
    box-shadow: none;
    border-color:blue;
}
 
.form_wrapper form input.success{
	border: 1px solid green;
}

.form_wrapper form input.error{
	border: 1px solid red;
}

.form_wrapper form select{
    font-size: 15px;
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #adadad;
    
}
.form_wrapper form select:focus{
    outline: none;
    box-shadow: none;
    border-color:blue;
}
.form_wrapper form select.success{
    border: 1px solid green;
}

.form_wrapper form select.error{
    border: 2px solid red;
}
.form_wrapper form textarea{
	width: 100%;
    font-size: 15px;
    padding: 8px 10px;
    border: 1px solid #adadad;
    height:100px;
}
.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;
    box-shadow: none;
    border-color:blue;
}
 .form_wrapper .form-check{
    margin-bottom: 15px;

 }
 .form_wrapper .form-check.parent_check{
    padding-left: 0px;
    margin-bottom: 0px;
 }
.form_wrapper .prompt_msg{
    display:none;
    width: 100%;
}
.form_wrapper .error_message{
	color: red;
    font-weight: 600;
    font-size: 12px;
    font-style: italic;
}
/*.form_wrapper .success_message{
	color: green;
    font-weight: 500;
    font-size: 12px;
}*/
.form_wrapper label{
    color: #000;
	font-weight: 500;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
    opacity: 1 !important;
}
 
.form_wrapper .form-group{
    margin-bottom: 15px;
    overflow:auto;
}

.form_wrapper .form_group_box{
    padding: 7px 10px 0px 10px;
    border: 1px solid #adadad;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    overflow: auto;
}
.form_wrapper .form_group_box:focus-within{
    border:1px solid blue;
}
.form_wrapper label span{
	color: red;
	margin-left: 5px;
}
.form_wrapper .btn_wrapper{
    text-align: end;
    display: flex;
    justify-content: space-between;
}
.form_wrapper .form_btn{
	    background-color: #525252;
    padding: 7px 13px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    margin: 10px 0px;
    display: inline-block;
    border-radius: 5px;
    border: none;
}
.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-input{
	border: 2px solid #1784d7;
}
.form_wrapper .form-check-input:checked{
	background-color: #0000ff !important;
    border-color: #0000ff;
}
.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;
}

.form_wrapper table tr td input{
    width:100px!important;
}
.form_wrapper table tr td .form-check input{
    width:15px!important;
}
.reference_custom_css .form-check{
	display: inline-block;
}

.title_info{
	font-size: 20px;
    font-weight: 600;
    color: #000000;
    padding: 6px 0px 4px 12px;
    margin-bottom: 26px;
    border-left: 4px solid #1683d5;
     
}

.tooltip-inner{
	background-color:#000e5b!important;
	text-align:left!important;
}

.date_wrapper {
	display: flex;
	flex-wrap:wrap;
    justify-content: space-between;
}
.date_wrapper .item{
	
}
.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 a{
	padding: 8px 18px;
    background-color: #335097;
    color: white;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    margin: 12px 0px;
    border-radius: 4px;
}
.add_another p{
	font-size: 16px;
    font-weight: 500;
}

.passport_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.passport_wrapper img{
    width: 100%;
    height: 160px;
}
.passport_wrapper .button{
    margin: 10px 0px;
    display: flex;
    gap: 10px;    
}
.passport_wrapper .button button{ 
    flex: 1;
    background: #44529e;
    color: white;
    padding: 5px 0px;
    border: none;
}
.passport_wrapper .box_right,
.passport_wrapper .box_left{
    padding:10px;
}


.fields_wrapper{
   
}
.passport_wrapper .button label{
    background: #616161;
    color: white;
    padding: 5px 0px;
    border: none;
    cursor: pointer;
    flex: 1;
    text-align: center;
}

#upload_file{
    display: none;
}

.delete{
    color: white;
    background: #F44336;
    padding: 3px 8px;
    border-radius: 40px;
    font-size: 14px;
    width: 25px;
    display: flex;
    height: 26px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.sidebar .box{
    display: flex; 
    flex-wrap: wrap;
    margin-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;
}

.sidebar .upper_box{
        border: 3px solid #c2c2c2;
    padding: 18px 25px;
    border-radius: 15px;
    background:white;
    margin-bottom: 20px;
   
}
.sidebar .upper_box > h6{
   font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform:uppercase;
}
.sidebar .box .left{
    flex:1;
}

.sidebar .box .left h6{
    font-size:18px;
    font-weight: 600;
}

.sidebar .box .left p{
    font-size: 12px;
    font-weight: 400;
    color: #616161;
}
.sidebar .box .right p {
    font-size: 14px;
    font-weight: 500;
    color: #888888;
}

.sidebar .total{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0px;
    padding: 10px 10px;
}
.sidebar .total h6{
    font-size: 16px;
    font-weight: 600;
}
.sidebar .total p{
    font-size: 12px;
    font-weight: 600;
}

.sidebar .secure{
    display: flex;
    gap:10px;
    align-items: center;
}
.sidebar .secure img{
    width: 34px;
    height: 36px;

}

.sidebar .secure .content h6{
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
}

.sidebar .secure .content p{
    font-size: 11px;
    font-weight: 400;
}
.upload_photograph img{
    width:100px;
}
/*.upload_photograph label{
    background: red;
}
*/




/* 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{
	 
    border: 2px solid #b9c8d8;
    border-radius: 24px!important;
    overflow: hidden;
}
.pay_success .sub_wrapper{
	padding: 25px 48px;
    display: flex;
    justify-content: center;
   
    flex-direction: column;
    
}

.pay_success .wrapper img{
	width: 40px;
    margin: 0px auto 20px auto;
}
.pay_success .wrapper h2{
	margin-bottom: 0px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    background:#0f2390;
    background-size: 400% 400%;
    
    color: white;
    padding: 14px 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: 20px;
    background-color: #00ab00;
    border: 0px;
    color: white;
    font-weight: 600;
    font-size: 15px;
}
.pay_success .more_docs{
	text-align: center;
    border: 2px solid #c0caff;
    padding: 20px 20px;
    background: #f3f3ff;
    margin-bottom: 25px;
}
.pay_success .more_docs a{
	margin-bottom: 10px !important;
    display: inline-block;
    background: #019a07;
    color: white;
    padding: 10px 21px;
    font-weight: 700;
    font-size: 12px;
}
.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 .important_note{
    font-size: 12px;
}
.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, #8b139f 17%, #178bbf 100%);
    background-size: 400% 400%;
    animation: gradient 6s ease infinite;
    color: white;
    padding: 14px 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, #8b139f 17%, #178bbf 100%);
    background-size: 400% 400%;
    animation: gradient 6s ease infinite;
    color: white;
    padding: 15px 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, #8b139f 17%, #178bbf 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: #4CAF50;
    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, #8b139f 17%, #178bbf 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, #8b139f 17%, #178bbf 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 */






@media(max-width:1024px){
	.pay_success .wrapper img{
		width: 10%;
	}
	.thankyou .wrapper img{
		width: 10%;
	}
}

@media(max-width:992px){
	.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){
    .sidebar.sticky-top {
        margin-top: 70px;
    }
    .payment-container{
        margin-top: 140px !important;
    }
    .mobilehide{
        
    }
    .col-md-4.col-sm-6.mb-3.onmobilescreen {
        width: 50%;
    }
	.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:525px){
	.pay_now .title h6{
		font-size: 12px;
	}
	.steps_list .form-step-label{
		display: none;
	}
	.form_wrapper{
		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{
		width: 100%;
	}
	.date_wrapper{
		justify-content: space-between;
	}
	.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%;
	}
    .passport_wrapper img{
        width:100%;
        height:100px;
    }
    .passport_wrapper .button{
        display:block;
    }
    .passport_wrapper .button button{
        width: 100%;
        margin-bottom:10px;
    }

}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.sticky-top{
    top: 50px!important;
}

.application_status ul{
    list-style-type: none;
    padding: 0px;
}
.application_status p.title{
    color: rgb(53, 67, 109);
    font-size: 18px;
    font-weight: 700;
    margin-bottom:10px!important;
}
.application_status ul li{
        display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 10px;
}

.application_status ul li p{
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.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 img{
    width: 22px;

}
.application_status ul li img:hover{
     
    transform: rotate(360deg);
    transition: all 0.5s;
    
}
.application_status .icon i.active{
    color: #3F51B5;
}
.application_status ul .strip{
   position: relative;
    width: 3px;
    height: 18px;
    /* content: ''; */
    background-color: #FFC107;
    display: inline-block;
    left: 18px;
    border-radius: 24px;
    margin: 0px 0px;
}
.fields_wrapper .add_another button{
        padding: 7px 19px;
    font-size: 14px;
    font-weight: 600;
    background: blue;
    background: linear-gradient(99deg, #4CAF50 17%, rgb(59 90 162) 100%);
    color: white;
    border: none;
    border-radius: 45px;
    margin-bottom: 20px;
}
.sub_title_heading{
        font-size: 20px;
    font-weight: 700;
    padding-bottom: 0px;
    margin-bottom: 18px;
    padding-left: 10px;
    border-left: 4px solid #1683d5;
}
@media(max-width: 768px){

}
.other_nation_parent{
    padding: 16px 15px;
    border: 1px solid #9a9a9a;
    border-radius: 13px;
    margin-bottom: 18px;
}

.bottom_form_button{
    padding: 8px 25px;
    border-radius: 73px;
    background: blue;
    color: white;
    border: none;
    font-weight: 700;
    font-size: 12px;
}

.othernationality_deletebtn{
    font-size: 13px;
    padding: 4px 9px;
    font-weight: 600;
    background: red;
    color: white;
    border: 1px solid red;
    border-radius: 5px;
}
.fields_wrapper .item_row_preview{
    margin-bottom: 15px;
}
.fields_wrapper .item_row_preview .green_btn{
    float: right;
    background: blue;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid blue;
    display: flex;
    align-items: center;
    gap: 6px;
}

.fields_wrapper .item_row_preview .green_btn i{
    font-size: 12px;
}


.sidebar .button button{
        width: 100%;
    padding: 6px 10px;
    border-radius: 5px;
    background: white;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    border: none;
    margin-bottom: 10px;
    &:hover{
        transition:  0.6s all ease-in-out;
        background: linear-gradient(99deg, rgb(236 225 225) 17%, rgb(213 203 203) 100%);
    }
}
.button.continuetopayright a { 
    background-color: #525252;
    color: #FFF;
}
.sidebar .button a{
        width: 100%;
    padding: 6px 10px;
    border-radius: 5px;
    background: white;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    border: none;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    &:hover{
        transition:  0.6s all ease-in-out;
        background: linear-gradient(99deg, rgb(236 225 225) 17%, rgb(213 203 203) 100%);
    }
}

.pricing input{
/*    visibility:hidden!important;*/
    display: ;
}
.pricing .form-check{
    padding-left: 0px;
}
.pricing .form-check label{
    position: relative;
    border: 3px solid #c1c1c1;
    padding: 35px 18px;
    color: #202098;
    background: aliceblue;
    border-radius: 14px;
    font-size: 20px;

}
.pricing .form-check label:focus{
    border: 3px solid blue;
    transition: all 0.5s linear;
}
.pricing .form-check label:focus-within{
    border: 3px solid blue;
    transition: all 0.5s linear;
}

.form_wrapper .photo_sample{
    align-items: center;
    display: flex;
    height: 100%;
}
.form_wrapper .photo_sample img{
    width: 100%;
    margin-bottom: 20px;
}
.form_wrapper .file_upload{
    margin: 30px 0px;
}
.form_wrapper .file_upload img{
    width: 100%;

}   
.fields_wrapper .button{
    display:flex;
    align-items:center;
    gap:10px 50px;
    flex-wrap:wrap;
}
 

.form_wrapper .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;
  background: #eee;
}

.form_wrapper .drop-container:hover {
  background: #eee;
/*  border-color: #111;*/
}

.form_wrapper .drop-container:hover .drop-title {
  color: #222;
}

.form_wrapper .drop-title {
  color: #444;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: color .2s ease-in-out;
}
.form_wrapper  input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background:#000;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

.form_wrapper  input[type=file]::file-selector-button:hover {
  background:#17a2b8;
}

.form_wrapper  input[type=file] {
  max-width: 100%;
  color: #444;
  padding: 5px;
  background: #fff;
 
  border-radius: 10px;
  border: 1px solid #555;
}

.bottom_note {
    font-size: 14px;
}

.pay_now{
    position: relative;
}
.pay_now .title{
    text-align: center;
    padding: 5px 10px;
    margin-bottom: 18px;
    box-shadow: 0px 10px 22px -16px black;
        background: black;
}
.pay_now .title h6{
    margin-bottom: 0px;
    color: #fff;
    
    font-size: 14px;
    font-weight: 600;
}

 
.pay_now_img_box img{
  width: 22px;
    margin-right: 10px;
}

.pay_now .subtitle h6{
  font-size: 18px;
    padding: 30px 0px;
    text-align: center;
    background-color: #fafaf2;
    border: 3px solid #ffe6c2;
}
 
.pay_now .pay_now_btn button{
  width: 100%;
    padding: 10px 10px;
    background-color: #050505;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: 0px;
    margin: 16px 0px;
}
.pay_now .right_wrapper{
  
    padding: 0px 0px;
 
}

.pay_now .order_summary ,
.pay_now .processing_time,
.pay_now .payment,
.pay_now .benefits{
  margin-bottom:15px;
  
}
.pay_now .benefits{
  padding: 5px 14px;
}
.pay_now .benefits p{
  margin: 4px 0px;
    font-weight: 500;
    color: #555555;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.pay_now .benefits p i{
  margin-right: 10px;
  color: #00ce00;
}
.pay_now .order_summary p{
     margin: 12px 0px;
    font-weight: 400;
    color: #555555;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 5px;
}
.pay_now .order_summary p span{
  font-weight: 700;
  color: black;
}
.pay_now .processing_time p{
      margin: 4px 0px;
    font-weight: 500;
    color: #555555;
    font-size: 13px;
}
.pay_now .payment p{
        margin: 4px 0px;
    font-weight: 400;
    color: #919191;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}
.pay_now .payment p span{
      font-weight: 400;
    font-size: 12px;
}
.pay_now .secure_image{
    text-align: center;
    display: block;
    width: 100%;
}

.pay_now .secure_image img{
    max-width: 80px;
    margin-bottom: 30px;
    height: 24px;
}



.pay_now .nav .nav-item{
  flex: 1;
}
.pay_now .nav .nav-link.active{
      background: #f5f5f5;
    width: 100%;
    text-align: center;
    font-weight: 400;
    color: black;
    border: 1px solid black;
}
.pay_now .nav .nav-link{
        width: 100%;
    text-align: center;
    background: #ffffff;
    font-weight: 400;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    font-size: 14px;
}
.pay_now .nav .nav-link i{
    margin-right: 10px;
    font-size: 16px;
    color: black;
    
    
}

.pay_now .sidebar_title{
        margin-bottom: 16px;
   
    border-radius: 10px;
    overflow: hidden;
    
}
.pay_now .sidebar_title h6{
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 600;
    background: #d2d2d2;
    margin-bottom: 10px;
}
.pay_now .parent_box{
  background: white;
  
}
.pay_now .right_box{
 background: #f1f1f1;
    border-radius: 11px;
    overflow: hidden;
}
.pay_now .body_content{
  padding: 0px 10px;
}
.pay_now .secure{
    display: flex;
    gap: 10px;
    border-top: 1px solid #c3c3c3;
    padding-top: 18px;
    align-items:center;
}
.pay_now .secure img{
    width: 27px;
    height: 30px;

}

.pay_now .secure .content h6{
    font-size: 11px;
    font-weight: 700;
}

.pay_now .secure .content p{
    font-size: 10px;
    font-weight: 400;
}
.pay_now .note{
  font-size:12px;
  font-weight: 400;
}
@media(max-width:768px){
  .form_wrapper{
    margin:0px 0px;
  }
   .pay_now .title h6{
        font-size: 14px;
    }
    .pay_now_img_box img{
        width: 15px;
    }
}
.pay_now .pay_now_payment_btn{
    width: 100%;
    text-align: center;
    display: inline-flex;
    background: #0d960d;
    justify-content: center;
    padding: 5px 10px;
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    border-radius: 58px;
}
.pay_now .pay_now_payment_btn:hover{
    background: #027602;
    transition: all 0.5s linear;
}

.pay_now .pay_now_edit_btn{
        font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    border: 1px solid blue;
    padding: 2px 7px;
    border-radius: 6px;
    background: blue;
    text-decoration: none;
}
.form_wrapper .payment_page_note{
    text-align: center;
    font-size: 12px;
    margin-bottom:15px!important;
}
/*====== header css ====*/
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}
.navbar a {
    color: black;
    text-decoration: none;
}
.brand-img {
    width: 60px;
}
.navbar-expand-lg .navbar-nav {
    gap: 5px;
    align-items: start;
}
.nav-country-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 8px;
}
.nav-flag-img {
    width: 32px;
    height: 22px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.nav-country-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.nav-country-name {
    font-size: 14px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #0d1b2a;
    line-height: 1;
}
.nav-country-sub {
    font-size: 11.5px;
    font-weight: 500;
    color: #718096;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.canada-visa-badge {
    background: #fff0f1;
    color: #c8102e;
    border: 1px solid rgba(200, 16, 46, 0.18);
}
.nav-visa-badge {
    font-size: 10px;
    font-weight: 800;
    padding: 3px 9px;
    border-radius: 50px;
    font-family: "Plus Jakarta Sans", sans-serif;
    letter-spacing: 0.03em;
    flex-shrink: 0;
}
.head_btn {
    display: inline-flex;
    align-items: center;
    background: #1a56c4;
    color: white !important;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: 6px;
}
ul.dropdown-menu.show {
    z-index: 99999;
}
.main-nav .nav-link:hover,
.main-nav .nav-link:focus {
  color: #1a56c4 !important;
  background: #e8f0fc;
  border-radius:5px;
}
/*===== footer css ====*/
    .site-footer {
  background:#0d1b2a;
  color: rgba(255, 255, 255, 0.75);
}
.footer-logo{
    width:70px;
    background:white;
    padding:5px;
    border-radius:5px;
}
.footer-top {
  padding: 64px 0 48px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.footer-logo {
  height: 55px;
  width: auto;
  display: block;
}
.footer-about a{
    color:rgba(255, 255, 255, 0.52);
}
.footer-about {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.75;
  max-width: 360px;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
}

/* Column headings */
.footer-heading {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgb(255 255 255 / 52%);
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 18px;
}

/* Link lists — clean, no icons */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  font-size: 13.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.58);
  font-family: "Plus Jakarta Sans", sans-serif;
  transition: color 0.15s;
  display: inline-block;
}
.footer-links a:hover {
  color: white;
}

/* Contact list */
.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.58);
  font-family: "Plus Jakarta Sans", sans-serif;
  transition: color 0.15s;
}
a.footer-contact-item:hover {
  color: white;
}
.footer-contact-item i {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
  margin-top: 1px;
}
.footer-contact-item span {
  line-height: 1.5;
}

/* Bottom bar */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 28px 0 24px;
}
.footer-copy {
  font-size: 12.5px;
  color:rgb(255 255 255 / 52%);
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
}
.footer-disclaimer-note {
  font-size: 12px;
  color: rgb(255 255 255 / 52%);
  font-family: "Plus Jakarta Sans", sans-serif;
  
  margin: 0 auto;
  line-height: 1.65;
}
.footer-disclaimer-note strong {
  color: rgba(255, 255, 255, 0.45);
  font-weight: 700;
}
.footer-disclaimer-note a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
.footer-disclaimer-note a:hover {
  color: white;
}

.footer-bottom-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-bottom-links a {
  font-size: 12px;
  font-weight: 600;
  color:rgb(255 255 255 / 52%);
  font-family: "Plus Jakarta Sans", sans-serif;
  transition: color 0.15s;
}
.footer-bottom-links a:hover {
  color: white;
}

/* ======================== Header Area ======================== */
header {
 
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  transition: 0.5s ease;
  z-index: 997;
  padding: 10px 0;
      border-bottom: 1px solid #cccccc;
}
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: 150px;
}
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{
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 0;
  margin:0;
}
header .header .navs > ul > li {
  position: relative;
  display: inline-block;
  margin: 0 20px;
}

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: 150px;
  }
  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;
}
.btn-1 {
    display: inline-block;
    border: none;
    outline: none;
    text-decoration: none;
    border-radius: 100px;
    font-size: 16px;
     
    padding: 8px 18px;
    cursor: pointer;
    transition: 0.3s;
    color: #000;
    background: var(--primary-color);
}
/* ======================== End Side-Menu Area ======================== */



.stepper-wrapper {
      /*background: #fff;*/
      padding: 13px 28px 15px;
      border-radius: 20px;
      width: 100%;
      margin-bottom:20px;
      
    }
 
    /* ── Step indicator bar ── */
    .step-bar {
      display: flex;
      align-items: center;
      margin-bottom: 24px;
    }
 
    .step-circle {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      border: 2px solid #d0d0d8;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      font-weight: 600;
      color: #aaa;
      flex-shrink: 0;
      position: relative;
      z-index: 1;
    }
 
    .step-circle.active {
      background: #525252;
      border-color: #525252;
      color: #fff;
    }
 
    .step-line {
      flex: 1;
      height: 2px;
      background: #d0d0d8;
    }
 
    .step-line.done {
      background: #525252;
    }
 
    /* ── Cards row — default: horizontal 3-col ── */
    .cards-row {
      display: flex;
      gap: 58px;
    }
 
    .step-card {
      background: #fff;
      border-radius: 16px;
      padding:9px 18px;
      flex: 1;
      min-width: 0;
      box-shadow: 0 1px 4px rgba(0,0,0,0.06);
      text-align:center;
    }
 
    .step-card .icon-wrap {
      font-size: 22px;
      color: #aaa;
      margin-bottom: 16px;
      display: block;
    }
 
    .step-label {
      font-size: 10px;
      font-weight: 600;
      color: #aaa;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      margin-bottom: 6px;
    }
 
    .step-title {
      font-size: 15px;
      font-weight: 700;
      color: #1a1a2e;
      line-height: 1.3;
      margin: 0;
    }
    
    .stepper-wrapper .active-step  {
        background:#525252;
        color:white;
    }
    .stepper-wrapper .active-step .step-label  {
        color:white;
    }
    .stepper-wrapper .active-step p  {
        color:white;
    }
 
    /* ── Tablet (≤ 600px): 2-column grid ── */
    @media (max-width: 600px) {
      .stepper-wrapper {
        padding: 24px 16px 20px;
      }
 
      .cards-row {
        flex-wrap: wrap;
        gap: 12px;
      }
 
      .step-card {
        flex: 1 1 calc(50% - 6px);
        min-width: calc(50% - 6px);
      }
 
      .step-title {
        font-size: 14px;
      }
    }
 
     
    @media (max-width: 400px) {
      .stepper-wrapper {
        padding: 20px 12px 16px;
      }
 
      .step-circle {
        width: 32px;
        height: 32px;
        font-size: 11px;
      }
 
      .cards-row {
        flex-direction: column;
        gap: 10px;
      }
 
      .step-card {
        flex: 1 1 100%;
        min-width: 100%;
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 16px;
      }
 
      .step-card .icon-wrap {
        font-size: 26px;
        margin-bottom: 0;
        flex-shrink: 0;
      }
 
      .step-title {
        font-size: 14px;
      }
    }


@media(max-width:768px){
    .stepper-wrapper{
        display:none;
    }
}




















