:root {
--us-red: #b32234;
--white: #fff;
--uketa-blue: #002c8f;
    
}
.step_sd {padding:30px 0}
.step_sd .container {    max-width: 1260px;    margin: 0 auto;}
     body {
        background: #f4f6f9;
        font-family: "Poppins", "Noto Sans", sans-serif;
      }

      .header-bg {
            background: var(--uketa-blue);
    padding: 0px 0;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 9;
      }

      .header-inner {
        max-width: 980px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        gap: 18px;
        justify-content: center;
      }

      .header-bg .apply_ty{
              border: 1px solid white;
    padding: 10px 20px;
    border-radius: 10px;
    margin-right: 20px;
      }

      .header-bg .apply_ty a{
        color:white !important;
        text-decoration: none;
      }

      .steps {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
      }
	  
	  
.steps .step-pill.active span:before, 
.steps .step-pill.active span:after {
    border-right: 900px solid var(--uketa-blue);
    z-index: 0;
}	
.sf_srt {
    flex: 1;
}
.sf_srt p {
    font-size: 14px;
    margin: 0;
}

.sf_srt .esta{
    width: fle;
    flex: 1;
    display: flex;
    gap: 20px;
    align-items: center;
}


	
.sf_srt strong{
    font-size: 32px;
    color: #b32234;
}	
.sf_srt .esta p{
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}	

.sf_srt_table {/* flex: 1; */}
.sf_srt_table ul {padding:0;margin: 0;}
.sf_srt_table .ns_cx{
    padding-left: 20px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    position: relative;
    padding-left: 14px;
    line-height: 22px;
    font-size: 14px;
}
.sf_srt_table .ns_cx span {    width: 175px;}
.sf_srt_table .ns_cx:before{    content: ".";
    position: absolute;
    height: 10px;
    font-size: 19px;
    line-height: 0;
    color: #666;
    left: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);}
.sf_srt_table .ns_cx strong{
    color: #666;
    text-wrap: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}

  
	  
.steps .step-pill span:before {
    position: absolute;
    height: 0;
    top: 50%;
    max-width: 300%;
    border-bottom: 1000px solid transparent;
    content: "";
    left: 97%;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-left: 10px;
    -webkit-transform: scaleX(-1) translateX(100%);
    -ms-transform: scaleX(-1) translateX(100%);
    transform: scaleX(-1) translateX(100%);
    z-index: 0;
}
.steps .step-pill .sc-xs {position:relative;z-index: 1;font-size: 15px;font-weight: 600;}
.steps .step-pill span:after {
    position: absolute;
    height: 0;
    top: 50%;
   -webkit-transform: scaleY(-1) scaleX(-1) translateY(100%) translateX(100%); */
    -ms-transform: scaleY(-1) scaleX(-1) translateY(100%) translateX(100%);
     transform: scaleY(-1) scaleX(-1) translateY(100%) translateX(100%); */
    max-width: 300%;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: 1000px solid transparent;
    content: "";
    left: 97%;
    margin-left: 10px;
    z-index: 0;
}

      .step-pill {
        background: #fff;
        padding: 15px 16px;
        border-radius: 0px;
        color: #333;
        font-weight: 600;
        position: relative;
        overflow: hidden;
        flex: 1;
      }

      .step-pill.active {
/*        background: #0b1a4a;*/
        color: #fff;
      }
	  
.sf_cgf_card {display:flex;    gap: 20px;}	  
.sf_cgf_card .meta_rec{
    position: relative;
    /* width: 36%; */
    background: linear-gradient(0deg, rgba(223, 231, 243, 0.5) 0%, rgba(223, 231, 243, 0.5) 100%), #fff;
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}	  
.sf_cgf_card .meta_rec .meta{
    padding: 10px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}	
.sf_cgf_card .meta_rec .meta .badge  {
    position: absolute;
    top: -8px;
    right: 13px;
    background-color: #b32234 !important;
}

.sf_cgf_card .meta_rec .meta h6 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}
.sf_cgf_card .meta_rec .meta small {
    font-size: 15px;
}
	  

      .card-wrap {
        /* max-width: 1260px; */
        /* margin: 16px auto 0; */
      }

      .info-card {
        background: #fff;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0px 4px 6px #e1e1e1;
      }

      .info-card .meta {
        background: #eef3f8;
        padding: 12px;
        border-radius: 6px;
        width: 220px;
      }

      .section-title {
        background: var(--uketa-blue);
        color: #fff;
        padding: 10px 14px;
        border-radius: 6px 6px 0 0;
        font-weight: 500;
        margin-top: 10px;
        width: fit-content;
      }

      .form-card {
        background: #fff;
        padding: 20px;
        border-radius: 0 0 6px 6px;
        border-top: 0px solid #0b1a4a;
      }

      .required-msg {
        color: #d9534f;
        font-size: 13px;
        display: none;
        margin-top: 6px;
      }

      .small-help {
        font-size: 13px;
        color: #666;
      }

      .btn-submit {
            background: #4d9300;
    border: none;
    padding: 10px 15px;
    color: #fff;
    border-radius: 6px;
    font-size: 15px;
    border-bottom: 4px solid #00000042;
      }


  /* Match Select2 with normal form-control */
  .select2-container .select2-selection--single {
      height: 100%;          /* Same as your input box */
      border: 0px solid #ced4da !important;
      border-radius: 5px !important;     /* Adjust if your inputs use 4px */
      padding: 6px 12px !important;
      width: 100%;
  }

  .select2-selection__rendered {
      line-height: 28px !important;      /* Fix text alignment */
  }

  .select2-selection__arrow {
      height: 38px !important;           /* Center arrow */
  }


/*---------------------- Start Popup CSS ------------------------------------------*/

/* Overlay background */
  .popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }

  /* Popup box */
  .popup-box {
    background: #fff;
    border-radius: 8px;
    padding: 25px 20px;
    text-align: center;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    animation: fadeIn 0.3s ease;
  }

  .popup-box h3 {
    margin-top: 0;
    color: #333;
  }

  .popup-box p {
    font-size: 15px;
    color: #555;
    margin: 10px 0 20px;
  }

  .popup-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
  }

  .popup-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.2s;
  }

  .btn-yes {
    background-color: #007bff;
    color: white;
  }
  .btn-yes:hover {
    background-color: #0056b3;
  }

  .btn-cancel {
    background-color: #ccc;
  }
  
  .btn-cancel:hover {
    background-color: #999;
    color: white;
  }

  @keyframes fadeIn {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
  }


  /*------------------- End Popup CSS -----------------------------*/

input {
    background-color: #f0f0f0; /* default color */
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    box-shadow: 0 0 0px 1000px #ffffff inset !important;
    -webkit-text-fill-color: #000 !important;
}

input:focus,
input:not(:placeholder-shown) {
    background-color: #fff;
} 
.usa_im_form .form-card {}
.usa_im_form .form-control:focus {box-shadow: none;}
.usa_im_form .form-card label{font-size: 15px;font-family: "Poppins", "Noto Sans", sans-serif;font-weight: 500;}
.usa_im_form .form-card label sup {color: red;    font-size: 15px;}
.usa_im_form .form-card select,
.usa_im_form .form-card input{box-shadow: none;font-size: 14px;height: 100%;    color: #000;}
.usa_im_form .form-card .form-check input.form-check-input {    height: 16px;
    width: 16px;
    margin-top: 4px;}
.ci_cof {
    display: flex;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    height: 40px;
}
.ci_cof span{
    display: flex;
    align-items: center;
    width: 40px;
    justify-content: center;
    background: #eee;
    border-radius: 0.375rem 0 0 0.375rem;
}

.ci_cof select, 
.ci_cof input {
    font-size: 14px;
    color: #000;
}


.ci_cof span i{}
.ci_cof input,
.ci_cof select{
    border: navajowhite;
}

.ci_cof .select2-container  {
    display: block;
     width: 100% !important;
}
.ci_cof .select2 .selection {
    width: 100%;
    background: #eee;
    display: block;
    height: 100%;
}
.ci_cof .select2 .selection .select2-selection {
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    width: 100%;
    background: #0000;
    padding: 0;
    font-size: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: #0000;
    top: 0;
    right: 0;
    border-radius: 36px;
    display: block;
}


@media(max-width:992px){
	.info-card,
	.sf_cgf_card {flex-direction: column;}
	.sf_cgf_card .meta_rec {width: 100%;}
	.steps .step-pill span:before {left: 92%;}
	.steps .step-pill span:after {left: 92%;}
	
	
	
	
}	

.visa_type_table ul{

padding: 0;

margin: 0;

border: 1px solid #eee;

border-radius: 4px;
}

.visa_type_table ul li{
      list-style-type: none;
      font-size: 14px;
      padding: 5px 8px;
      border-bottom: 1px solid #eee;
      color: #404040;
      display: flex;
      justify-content: space-between;
}
.visa_type_table ul li:last-child{ border-bottom: 0px solid #eee;}
.visa_type_table ul li strong {
    font-weight: 500;
    color: #000000;
}
.top_des_layout {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.top_des_layout .meta_rec{
      position: relative;
      width: 100%;
      background: #ffffff;
      box-shadow: 0px 4px 6px #e1e1e1;
      border-radius: 8px;
      height: -webkit-fill-available;
}

.top_des_layout .meta_rec .meta{
     padding: 10px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.top_des_layout .meta_rec .meta .badge {
    position: absolute;
    top: -8px;
    right: 13px;
    background-color: #b32234 !important;
}

.top_des_layout .meta_rec .meta h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.top_des_layout .meta_rec .meta small {
    font-size: 14px;
}

.usa_im_form_flex {}
.usa_im_form_flex .usa_im_form{}

.fix-sticly{height: 100%;
    position: sticky;
    top: 96px;}
.form-card-cs {}	
.form-card-cs .section-title{background: var(--uketa-blue);
    color: #fff;
    padding: 10px 14px;
    border-radius: 6px 6px 0 0;
    font-weight: 500;
    margin-top: 30px;
    width: fit-content;}	
.form-card-cs .form-card label.form-label{    font-weight: 400;}	
.form-card-cs .form-card label.me-3{    font-weight: 400;}	

.guide-form-row .applicant-card{border: 0 !important;}
.guide-form-row .applicant-card .form-label{font-size: 15px;
    font-family: "Poppins", "Noto Sans", sans-serif;
    font-weight: 500;}
	
.benefit-box-inc {
    background: url('../img/uspp1.jpeg');
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px #e1e1e1;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    width: 100%;
}	
.benefit-box-inc:before{content:'';background: var(--uketa-blue);width: 100%;height: 100%;position: absolute;top: 0;left: 0;opacity: 0.5;}
.benefit-box-inc h5{
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 17px;
}	
.benefit-box-inc .list-unstyled{
    position: relative;
    margin: 0;
}	
.benefit-box-inc .list-unstyled li {
    font-size: 14px;
    color: #fff;
    padding-left: 25px;
    font-weight: 300;
    position: relative;
    margin-bottom: 2px;
}	
.benefit-box-inc .list-unstyled li svg{
    position: absolute;
    left: 0;
    width: 20px;
    height: 19px;
    top: 2px;
}	
.benefit-box-inc .list-unstyled li:last-child{
    margin-bottom: 0;
}

.three_width {
 width: 100%;
}
.side_bar {
    width: 100%;
    height: fit-content;
    border: 1px solid #dedfe3;
    box-sizing: border-box;
    position: relative;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
}
.side_head {
    transform: perspective(200px) rotateX(3deg);
    border-radius: 10px;
    height: 50px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    background-color: var(--uketa-blue);
    position: relative;
    /* width: 100%; */
    margin: 6px -0.5rem 0;
}
.side_head:before {
    content: '';
    left: 6px;
    transform: rotate(-39deg);
    /* background-color: #373ff5; */
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -4px;
    z-index: -1;
}
.side_head .visa_gr {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 10px;
    z-index: 4;
    position: relative;
}
.side_head .visa_gr svg {
    width: 30px;
    height: 30px;
}
.side_head .visa_gr p {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}
.side_prices {
    padding: 10px;
    position: relative;
}
.side_price {
    border-radius: 0.75rem;
    background-color: rgb(80 87 234);
}
.side_price_br {
    background-color: #fff;
}
.side_price_br .lsit_sd p {
    padding-left: 30px;
    position: relative;
    margin: 0;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
    margin-bottom: 6px;
}
.side_price_br .lsit_sd p strong {
    position: absolute;
    left: 0;
    color: var(--uketa-blue);
}
.side_price_br .lsit_sd p strong svg {
    width: 20px;
    height: 20px;
}
.side_price_br .lsit_sd p:last-child{
    /* margin-bottom: 0; */
    /* padding-bottom: 0; */
    border: 0;
    }
.side_price_br .pay_sf {
    border: 1px solid #dedfe3;
    border-radius: 5px;
    padding: 0 10px;
}	
.side_price_br .pay_sf h6{
    background: var(--uketa-blue);
    color: #fff;
    width: fit-content;
    border-radius: 40px;
    font-size: 14px;
    padding: 2px 9px;
    margin-top: -11px;
}	
.side_price_br .pay_sf p {
    padding-left: 0;
    position: relative;
    margin: 0;
    font-size: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
    margin-bottom: 4px;
    }
.side_price_br .pay_sf p:last-child{
    padding: 0;
    border: 0;
}
.side_price_br .pay_total {
    padding: 10px 0;
}
.side_price_br .pay_total h3{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    margin: 0;
}
.side_price_br .pay_total h3 b{
    font-weight: 600;
}
.side_price_br .pay_total h3 span{
    /* font-size: 15px; */
    /* color: #c51f2f; */
}

.step_sd .form-card .radio-item{
    padding: 10px 0px;
    color: #585858;
}
.step_sd .form-card .radio-item strong {
    font-weight: 500;
    font-size: 15px;
    color: #000;
}
.step_sd .form-card .radio-item input{}
.step_sd .form-card .radio-item:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}

.form-card-cs.pls_check {}
.form-card-cs.pls_check .section-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-card-cs.pls_check .section-title span{
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 3px;
    color: var(--uketa-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.form-card-cs.pls_check .section-title span i{}

.form-card-cs.pls_check .form-card {

} 
.usa_im_form .form-card label.sf_dfjh {font-weight:400}
.usa_im_form .form-card label.sf_dfjh b{
    font-weight: 600;
}

/*----------------------------*/
footer .container {max-width: 1260px;
    margin: 0 auto;}
footer .footer-content {
    padding: 0px 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
footer .footer-content #footerlogo img {
    height: auto;
    object-fit: contain;
    width: 200px;
}
footer .footer-content .useful-links {
    list-style-type: none;
    gap: 24px 60px;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
footer .footer-content .useful-links li a {
    color: #13161f;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s 
ease-in-out;
}
footer .footer-content .useful-links li a:hover {
    opacity: .7;
}
footer .footer-content .contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
footer .footer-content .contact-info .contact-item a, footer .footer-content .contact-info a.contact-item {
    color: #13161f;
    text-decoration: none;
    transition: all .3s 
ease-in-out;
    white-space: nowrap;
}
footer .footer-content .contact-info .contact-item {
    display: flex
;
    align-items: center;
    width: 100%;
    column-gap: 10px;
    text-decoration: none;
    color: #13161f;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
footer .footer-content .contact-info .contact-item svg {
    display: block;
    width: 22px;
    height: 22px;
}
footer .copyrights, footer .disclaimer {
    padding: 30px 0 25px;
    display: flex
;
    font-size: 13px;
    justify-content: center;
    border-top: 1px solid #cacaca;
}
footer .copyrights p, footer .disclaimer p {
    margin: 0;
    color: #12181d;
    font-weight: 400;
    text-align: left;
}
footer .ftr_des {
    width: 400px;
}
footer .ftr_des p {
    margin: 0;
    font-size: 14px;
}
@media (max-width: 992px) {
    footer .footer-content {
        padding-top: 0;
        flex-direction: column;
    }
	    footer .footer-content .useful-links {
        grid-template-columns: 1fr;
    }
	.step_sd {
    padding: 0 0 40px;
}
}
/*----------------------------*/