/* Basic reset */
* { box-sizing: border-box; margin: 0; padding: 0; }


.sticky {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.primary_header {
    z-index: 999;
    background-color: #fff;
    position: relative;
    width: 100%;
    padding: 15px 0px;
    box-shadow: 0px 0px 20px -19px;
    top: 0px;
}
.primary_header .navbar {
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
}
.primary_header .navbar-brand {
    border-radius: 44px;
    color: black !important;
    font-weight: 800;
}
.primary_header .navbar-brand:focus-visible{
    outline:none!important;
}
.primary_header .navbar-brand img {
    width: 110px;
    background: white;
    padding: 0px 1px;
    border-radius: 4px;
}
.primary_header .navbar-brand img:focus-visible {
    outline:none!important;
}
.primary_header .navbar-toggler {
    background-color: #f0f0f0;
    font-size: 18px;
    border-radius: 0px;
    font-weight: 400;
    border: none;
    letter-spacing: 1.4px;
    width: 53px;
    position: relative;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-expand-lg .navbar-nav {
    gap: 5px;
    align-items: start;
}
.primary_header .navbar ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 12px;
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
}
.sticky .navbar ul li a {
    color: black;
}
.primary_header .nav_country_list li {
    border-bottom: 1px solid #d2d2d2;
    overflow: hidden;
    padding: 4px 0px;
}
.primary_header .navbar-nav .dropdown-menu {
    padding: 5px 20px 15px 20px;
    border: 1px solid #b4b4b4;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0px 18px 20px -23px;
    min-width: 230px;
}
.primary_header .navbar-nav .dropdown-menu a {
    width: 100%;
    display: inline-block;
    transition: all 0.2s linear;
    padding: 7px 10px 4px 0px;
}
.primary_header .apply_eta_btn {
    background: linear-gradient(135deg, #019c0e, #5ac11a);
    color: white !important;
    font-size: 13px !important;
    border-radius: 30px;
    padding: 10px 20px !important;
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}
/* Preloader full-screen */
#preloader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000b8;
  z-index: 9999999;
  transition: opacity 400ms ease, visibility 400ms;
}

/* Inner card */
.preloader-inner {
  text-align: center;
  color: #fff;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  padding: 18px;
  border-radius: 12px;
  backdrop-filter: blur(6px);
  transform: translateY(0);
}

/* Flag GIF */
.preloaderflag-gif {
  width: 100px;
  max-width: 40vw;
  height: auto;
  display: block;
  margin: 0 auto 12px;
  border-radius: 6px;
}

/* Loading text & animated preloaderdots */
.loader-text {
  font-size: 18px;
  letter-spacing: 0.6px;
  margin-bottom: 8px;
  opacity: 0.95;
}

.preloaderdots {
  display: inline-block;
  height: 10px;
}
.preloaderdots span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.25;
  transform: translateY(0);
  animation: dotPulse 1s infinite linear;
}
.preloaderdots span:nth-child(2) { animation-delay: 0.12s; }
.preloaderdots span:nth-child(3) { animation-delay: 0.24s; }

@keyframes dotPulse {
  0%   { opacity: 0.25; transform: translateY(0); }
  50%  { opacity: 1; transform: translateY(-6px); }
  100% { opacity: 0.25; transform: translateY(0); }
}

/* Hide preloader (class toggled by JS) */
#preloader.preloader--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.card{ border:0; box-shadow:0 10px 25px rgba(0,0,0,.06); border-radius:1rem; }
.required::after{ content:" *"; color:#dc3545; }
.help{ font-size:.875rem; color:#6c757d; }
.fieldset{ padding:1rem; border:1px solid #e5e9f2; border-radius:.75rem; background:#fff; }
.fieldset legend{font-size: 18px;font-weight: 600; color: #004c8c;}
.tooltip-icon{ cursor:help; font-weight:700; margin-left:.25rem; color:#6c757d; }
.stepper .step-dot{ width:28px; height:28px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:#e9ecef; font-weight:600; }
.stepper .step-dot.active{ background:#198754; color:#fff; }
.stepper .label{ font-size:.9rem; color:#6c757d; }
.stepper .label.active{ color:#198754; font-weight:600; }
.dmy{ display:flex; gap:.5rem; }
.dmy select{ flex:1; }
.review dt{ font-weight:600; }
.review dd{ margin-bottom:.5rem; }
.main-form-box{ background:#f6f8fb; }
label {font-weight: 600;font-size: 17px;}
input.form-control, select.form-select, .form-date {padding: 13px 10px;border: 1px solid #7e7d7d;width: 100%;border-radius: 5px;}
.iti {width: 100%;}
.emailmatch{ color: #dc3545; }
.thankyou-container {
    text-align: center;
}
.thankyou-container .icon {
  font-size: 60px;
  color: #28a745;
  margin-bottom: 20px;
}

.thankyou-container h1 {
  color: #333;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}

.thankyou-container p {
  color: #555;
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 20px;
}

.thankyou-container h3 {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
}

.thankyou-container ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  text-align: left;
  display: inline-block;
}

.thankyou-container ul li {
  font-size: 15px;
  color: #444;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  list-style: none;
}

.thankyou-container ul li::before {
  content: "✅";
  position: absolute;
  left: 0;
  color: #28a745;
}

.thankyou-container .contact {
  margin-top: 25px;
  background: #f5f7ff;
  padding: 15px;
  border-radius: 10px;
  color: #444;
  font-size: 14px;
  line-height: 1.6;
}

.thankyou-container .contact a {
  color: #4e54c8;
  text-decoration: none;
  font-weight: 500;
}

.thankyou-container .footer-note {
  font-size: 13px;
  color: #777;
  margin-top: 25px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.tdsv2challengeIframe {
    width: 100%;
    height: 500px;
}
span.alertred {
       background: #e10909;
    padding: 2px 20px;
    color: #FFF;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
#cardData iframe#mwIframe {
    width: 100%;
}
.pay_now {
    padding: 0px;
    border: none;
}
.pay_now .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    margin-bottom: 18px;
    box-shadow: 0px 10px 22px -16px black;
        background: black;
}
.pay_now .title h6{
    margin-bottom: 0px;
    color: #fff;
    
    font-size: 16px;
    font-weight: 600;
}

.pay_now_img_box{
  text-align: right;
    
}
.pay_now_img_box img{
  width: 32px;
    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 .wrapper {
    padding: 0px 0px 0px 0px;
    background-color: white;
    overflow: hidden;
}
.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: 100px;
    margin-bottom: 30px;
    height: 40px;
}



.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: 500;
    background: #d2d2d2;
    margin-bottom: 10px;
}
.pay_now .parent_box{
  background: white;
    border-radius: 18px;
    overflow: hidden;
}
.pay_now .right_box{
 height: 100%;
    background: #f1f1f1;
}
.pay_now .body_content{
  padding: 0px 15px;
}
.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;
    }
}
img#blah {
    width: 70%;
}
.resumlink {
    background: #0c9329;
    padding: 7px 62px;
    color: #FFF;
    border-bottom: 1px solid #000;
}
.resumlink a {
    text-align: right;
    color: #000;
    text-decoration: none;
    background: #FFF;
    padding: 5px 15px;
}

.stepper {
    position: relative;
    padding: 20px 0;
}

 
.stepper .border-top {
    border-top: 3px solid #e0e0e0 !important;
    margin: 0 10px;
    position: relative;
    top: 18px;
}

 
.stepper .label {
       position: relative;
    background: #f5f5f5;
    color: #0849a9;
    font-size: 13px;
    padding: 35px 12px 10px;
    border-radius: 10px;
    min-width: 90px;
    transition: all 0.3s ease;
    font-weight: 500;
    border: 1px solid #0849a963;
}

 
.stepper .label::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ccc;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #e0e0e0;
    transition: all 0.3s ease;
}

 
.stepper .label.active {
    background: #4CAF50;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

 
.stepper .label.active::before {
    background: #4CAF50;
    box-shadow: 0 0 0 3px #4CAF50;
}

 
.stepper .label:hover {
    transform: translateY(-3px);
}

 
.stepper .applicantdot::before {
    content: "👤"!important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.stepper .documentsdot::before {
    content: "📄"!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stepper .occuptiondost::before {
    content: "💼"!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stepper .characterdot::before {
    content: "⭐" !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stepper .reviewpaydot::before {
    content: "💳"!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stepper .photouploaddot::before {
    content: "📤"!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

 
.stepper .label.active::before {
    color: #fff;
}

 
@media (max-width: 768px) {
    .stepper {
        /*flex-direction: column;*/
        align-items: flex-start;
    }

    .stepper .border-top {
        display: none;
    }

    .stepper .label {
        margin-bottom: 25px;
    }
}
