




.floating-input, .floating-select {
    font-size: 14px;
    padding: 4px 4px;
    display: block;
    width: 100%;
    color: #000;
    border-color: #000;
}
.floating-label label {
    color: #000 !important;
    opacity: 1;
    top: -12px;
    font-size: 15px;
}
.floating-label label{
    color: #000 !important;
}
.floating-label label span {
  font-size: 12px;
}

.floating-input:focus ~ label.active, .floating-input:not(:placeholder-shown) ~ label.active {
    color: #0A0A0A;
    opacity: 1;
    font-family: 'Lato-Bold';
}
.floating-input:focus, .floating-select:focus{
    border-color: #000;
    border-width:1px;
}
.floating-input:focus ~ label.active:before, .floating-input:not(:placeholder-shown) ~ label.active:before {
    content: '';
    background: #1E539B;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: -25px;
    top: 26%;
}

.floating-select:focus ~ label.active, .floating-select:not([value=""]):valid ~ label.active {
    color: #0A0A0A;
    opacity: 1;
    font-family: 'Lato-Bold';
}
.floating-select:focus~ label.active:before, .floating-select:not([value=""]):valid ~ label.active:before {
    content: '';
    background: #1E539B;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: -25px;
    top: 26%;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top:-19px;
    font-size:12px;
    color:#2562b6;
    opacity: 1;
  }
  
  .floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
    top:-19px;
    font-size:12px;
    color:#2562b6;
    opacity: 1;
  }

  .form-box{
    background: linear-gradient(321.5deg, #F8E864 0.9%, #FCBA2E 99%);
   border: 6px solid #fff;
   max-width: 500px;
   padding-left: 6%;
   padding-right: 6%;
   margin-left: -10%;
    margin-top: 25px;
    overflow: hidden;
  }


  .form-title{
    color: #00308D;
    font-size: 29px;
    font-family: 'Figtree-Bold';
    text-transform: uppercase;
    text-align: center;

  }
  .mb-35 {
    margin-bottom: 35px;
}
.fsubmit-btn{
    /* background: linear-gradient(90deg, #114171 0%, #207CD7 100%); */
border: 1px solid #fff;
padding: 2px;
min-width: 171px;
height: 37px;
color: #fff;
font-size: 18px;
    font-family: 'Figtree-Medium';
    background-image: url(../images-new/index/btn-bg.png);
    background-size: 100% 100%;
    background-color: transparent;
    border: none;
    margin-right: -10.5%;
    position: relative;
    top: -19px;
}
.btn-g{
    text-align: right;
}


.whoaply-title{
    font-size: 25px;
    font-family: 'Figtree-Bold';
    line-height: 30px;
    letter-spacing: 0.80px;
    text-transform: uppercase;
    color: #fff;
}
.loang-title{
    font-size: 20px;
    color: #F7D43C;
    text-transform: uppercase;
    letter-spacing: 0.80px;
    font-family: 'Figtree-Bold';
}
.top-section{
    position: relative;
    z-index: 1;
}
.top-section::after{
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 60%;
    left: 0px;
    z-index: -1;
    background: linear-gradient(360deg, #0C366F 0%, #2452AB 44%, #0C366F 93.9%);

}
.top-section::before{
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 40%;
    left: 0px;
    z-index: -1;
    background: #FCC930;

}

.apply-list-group ul{
    color: #fff;
    list-style-type: none;
    padding-left: 0px;
}

.apply-list-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 
  height: 100%;
}
.aply-listbox{
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width:1200px){
  .aply-listbox{
    width: 40%;
  }
  .vline2{
    display: none;
  }
  .listbox3{
    text-align: center;
    width: 100%;
  }
  .listbox3 ul {
    width: max-content;
    text-align: left;
    margin: 0px auto;
  }
}
@media(max-width:767px){
  .aply-listbox{
   width: 100%;
  }
  .listbox3 ul {
    width: max-content;
    text-align: left;
    margin: 0px;
    
  }
  .listbox3{
     text-align: left;
  }   
  .loang-title{
   font-size: 18px;
  }
}
.apply-list-group ul li{
    margin: 8px 0px 12px 0px;
    padding-left: 32px;
    position: relative;
    letter-spacing: 0.70px;
    font-family: 'sen';
    
}
.vline{
  width: 1px;
  background-color: #F5E08C;

}

.faq-title{
    font-size: 36px;
    font-family: 'Figtree-Bold';
    color: #103B79;
}
.faq-img{
    max-width: 120px;
}
.aply-icon-img{
    max-width: 48px;
}

.accordion-button{
    color: #000;
    font-family: 'Figtree-Medium';
font-size: 17px;
font-style: normal;
line-height: 23px;
letter-spacing: 0.54px;
width: 100%;

text-decoration: none !important;
}
.accordion-button:hover{
color: #000;
text-decoration: none !important;
}
.accordion-body p {
    width: 100%;
    color: #000;
    font-family: 'sen';
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 22.5px */
letter-spacing: 0.45px;
}

.accordion-body{
padding: 0px 0px 12px 0px;
}











.accordion-button {
    padding: 16px;
    padding-left: 0px;
    padding-right: 30px;
    text-wrap: auto;
}
@media (min-width:768px) and (max-width:992px){
  .accordion-button{
    font-size: 14px;
  }
}
.accordion-button::after {
    background-image: url("../images-new/index/plus-black.svg");
    transition: all 0.5s;
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url("../images-new/index/minus-black.svg");
  }
  .accordion-button::after {
    transition: all 0.5s;
    position: absolute;
    top: 37%;
    right: 3%;
  }

  .accordion {
    background-color: transparent;
  }
  
  .accordion-item {
    background-color: transparent;
    border: unset !important;
    border-bottom:1px solid #85858559 !important;
  }

  .accordion-button:not(.collapsed) {
    background-color: transparent;
  }

  .accordion-item:first-of-type .accordion-button {
    background-color: transparent;
  }


  .accordion-button:not(.collapsed) {
    color: #000;
    box-shadow: unset !important;
  }

  .accordion-button {
    background-color: transparent;
  }

  .accordion-button:focus {
    border-color: transparent !important;
    box-shadow: unset !important;
  }

  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.accordion-header{
    position: relative;
}
  @media (max-width:991px) {
    .faq-set {
        padding: 22px 30px 60px 30px;
    }
  }

  @media (max-width:767px) {
    .accordion-button {
        padding-right: 20%;
    }
  }

  @media (max-width:424px) {
    .accordion-button {
        font-size: 15px;
    }
  }

  
  

  .whyaply-section{
    background: linear-gradient(90.01deg, #CDE6FF 0.01%, #FEE8A4 50.75%, #FFFFFF 95.03%);

  }
  .whyaply-title{
    font-size: 23px;
    background: linear-gradient(270.42deg, #194784 -2.04%, #2452AB 42.72%, #194784 93.49%);
    padding: 4px 10px;
    min-width: 249px;
    min-height: 54px;
    font-family: 'Figtree-Bold';
    margin: 0px;
   
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    max-width: max-content;
    text-transform: uppercase;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    position: relative;
    padding-left: 24px;
  }
.features-list{
  text-align: center;
}
.whyaply-group{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.features-list p{
  margin-bottom: 0px;
  margin-top: 8px;
  font-family: 'sen-bold';
  font-size: 16px;
}
.features-list .icon-box{
  min-height: 42px;
}
.whyaply-title::after {
  content: '';
  position: absolute;
  right: -30px;
  top: 13px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 20px solid #194784;
  border-bottom: 13px solid transparent;
    
}
@media (max-width:1250px){
  .features-list{
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .features-list p{
   font-size: 15px;
  }
}
@media (max-width:992px){
  .features-groups {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .features-groups .features-list{
    min-width: 50%;
  }
}
@media (max-width:767.9px){
  .whyaply-title{
    margin-left: auto;
    margin-right: auto;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 40px;

  }
  .whyaply-title::after{
    right: auto;
    bottom: -33px;
    top: auto;
    transform: rotate(90deg);
  }
  .whyaply-section {
    background: linear-gradient(177deg, #CDE6FF 0.01%, #FEE8A4 50.75%, #FFFFFF 95.03%);
}
}

.fabout-content .sub-title{
  color: #F7D43C;
  font-family: 'Figtree-Bold';
  font-size: 19px;
  line-height: 21px;
  text-align: left;
  letter-spacing: 0.70px;
}
.fabout-section{
  background: linear-gradient(360deg, #0C366F 0%, #2452AB 44%, #0C366F 93.9%);

}
.fabout-container{
  padding-left: 10%;
}
.fabout-text{
  font-size: 14px;
    letter-spacing: 0.70px;
    line-height: 22px;
    font-family: 'sen';
    color: #F2F2F2;
}
.fabout-title{
  font-size: 18px;
  font-family: 'Figtree-Medium';
  color: #F2F2F2;
  margin-bottom: 6px;
}
.fabout-group{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.fabout-contact a{
  color: #F2F2F2;
  font-family: 'sen-bold';
  font-size: 22px;
  display: block;
  text-align: right;
  margin-bottom: 12px;
  text-decoration: none;
}
.fabout-contact a:nth-child(2){
  margin-bottom: 0px;
}
.fabout-contact a img{
  margin-left: 8px;
}
.fcontact-linearbox{
  border: 2.8px solid transparent;
  border-image: linear-gradient(91.54deg, #FFAE02 -7.9%, #1A4692 77.94%) 1;
  
  width: 80px;
  height: 100px;
}
.fabout-contact{
  display: flex;
  align-items: center;
  justify-content: end;
}
.fabout-contact-inner{
  margin-right: -15px;
    position: relative;
    z-index: 1;
}
@media (max-width:992px){
  .fabout-right{
    width: 100%;
  }
}
@media (max-width:767px){
  .fabout-container{
    padding-left: 5%;
  }
}
footer a{
  font-family: 'sen';
  letter-spacing: 0.80px;
}
footer .disclaimer-text{
  font-size: 13px;
  line-height: 23px;
  font-family: 'sen';
  letter-spacing: 1.2px;
}
.whocanaply-section .dots-line{
  border-top: 1px dashed #ffffff4d;
}
/* .customli li {
  list-style-image: url('../images-new/index/tick.svg') !important;
} */
.customli li::before{
  content: url('../images-new/index/tick.svg');
  position: absolute;
  left: 0px;
}
.whocanaply-container{
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}



@media (max-width:1280px){
  /* .banner-part{
    max-width: 100% !important;
  } */
  .form-box{
   margin-left: auto !important;
   margin-right: 10% !important;
   margin-top: -10%;
  }
  .form-part {
    max-width: 100% !important;
    flex-basis: auto;
    
  }
  .form-box{
      padding-left: 20px;
      padding-right: 20px;
  }
  .top-section::before{
    height: 0%;
  }
  .top-section::after{
    height: 100%;
  }
  .banner-subtext{
    width: 100%;
  }
}

@media (min-width:1325px) and (max-width:1400px){
  .banner-part {
    max-width: 1009px;
  }
 
}
@media (min-width:1280px){
  .banner-section{
    flex-wrap: nowrap;
    overflow: hidden;
  }
}
@media (max-width:767px){
  .form-box{
    margin-left: auto !important;
    margin-right:auto;
    margin-top: -5px;
   }
   .faq-img{
    max-width: 135px;
   }
   .faq-title {
    font-size: 28px;
   }
}

.banner-section {
  display: flex;
}
.banner-section  .form-box{
position: relative;
z-index: 1;
margin-left: -28%;
}



.fsubmit-btn:not(.disabled){
  cursor: pointer;
}
.fsubmit-btn.disabled{
  opacity: 0.75;
}


.otp-container {
  display: flex;
  flex-direction: column;
  align-items: center;
 
}

.otp-inputs {
  display: flex;
  gap: 10px;
}

.otp-input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 24px;
  border: 2px solid #ddd;
  border-radius: 5px;
}

.otp-input:focus {
  border-color: #007BFF;
  outline: none;
}
.otp-title{
  font-family: 'Figtree-Bold';
  font-size: 32px;
}

.otpbox .resend-btn{
  background: transparent;
  border: none;
  outline: none;
  font-size: 15px;
  padding-left: 2px;
  text-decoration: underline;
  cursor: pointer;
}
.otpbox .resend-btn:hover{
    font-weight: 400;
}
.resend-text{
  font-size: 15px;
  font-weight: 100;
}
.otpbox .submit-btn{
  text-transform: capitalize;
  padding: 8px 43px;
  height: auto;
  min-width: auto;
  width: auto;
  border-radius: 2px;
  font-size: 20px;
  background: linear-gradient(90deg, #114171 0%, #207CD7 100%);
  border: 1px solid #13487d;

}
.otpbox .submit-btn:hover{
  color: #fff;
}

@media (min-width:1300px){
  .banner-section .form-box{
    max-width: 88%;
    margin-left: -35%;
  }
}
@media (min-width:1300px) and (max-width:1380px){
  .banner-section .form-box{
    margin-left: -40%;
  }
}
@media (min-width:1575px) and (max-width:1700px){
  .banner-section .form-box{
    max-width: 88%;
    margin-left: -38%;
  }
}

@media (min-width:1025px) and (max-width:1280px){
  .banner-part{
    max-width: 65% !important;
  } 
  .form-part{
    max-width: 35% !important;
  }
  .form-box {
    margin-left: -10% !important;
    margin-top: 25px !important;
    margin-right: 10% !important;
}
.banner-subtext{
  width: 72% !important;
}
}

@media (min-width:1600px){
    .banner-subtext h1{
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 47px;
      }
}