@font-face {
  font-family: 'brandon'; 
  src: url('fonts/brandon/brandon.otf') format('opentype'); /* Path to your font file */
  font-weight: normal; /* You can specify font-weight if needed */
  font-style: normal; /* You can specify font-style if needed */
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

ul,
li {
  list-style: none;
}

html {
  font-family: "Poppins", sans-serif;
  color: #333;
}

.container {
  max-width: 1440px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}

.header {
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}

@media (max-width: 575.98px) {
  .header {
    padding: 5px 0;
  }
}

.header .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-img {
  width: 100%;
  height: 60px;
}

@media (max-width: 575.98px) {
  .logo-img {
    width: unset;
    height: 50px;
    text-align: center;
  }
}

.logo-text {
  color: black;
  font-weight: 600;
  font-size: 19px;
  text-transform: uppercase;
}

.header-logo img {
  /* height: auto; */
  width: 100%;
  height: 100%;
}
@media (max-width:767px){
  .header-logo img {
    /* height: auto; */
    width: auto;
    height: 50px;
  }
}
/* ////hero  */
.hero {
  padding: 50px 0 50px;
  background-color: #fff;
  /* background-image: url(imgs/bg-1.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

}

.hero .container {
  max-width: 1200px;
}

@media (max-width: 575.98px) {
  .hero {
    padding: 10px 0 20px;
  }
}

.hero-inner {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-direction: row-reverse;
}

@media (max-width: 1155px) {
  .hero-inner {
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .hero-inner {
    gap: 2px;
  }
}

.hero-questions {
  width: 50%;
  display: flex;
  justify-content: center;
  /* min-height: 500px; */
}

@media (max-width: 1155px) {
  .hero-questions {
    width: 100%;
  }
}

@media (max-width: 1155px) {
  .hero-questions {
    justify-content: center;
  }

  .hero-second-title {
    text-align: center;
  }

  .hero-list li {
    margin: 0 auto;
  }

  .hero-sec-title {
    display: flex;
    justify-content: center;
  }
}

/* //===================================form======================= */

.hero .form {
  background: #264A6D;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding: 30px 15px 60px;
  width: 475px;
  box-shadow: 0px 0px 10px #999999;
}

@media (min-width: 768px) {
  .hero .form {
    padding: 1.25rem;
  }
}

@media (min-width: 768px) {
  .form:before {
    height: 30px;
  }
}

.form-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  height: 34px;
  left: 0;
  bottom: 0;
  width: 100%;
  /* background: hsla(0, 0%, 100%, 0.3); */
}

.form-footer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1px;
}

.form-footer-img-container {
  width: 22px;
  display: inline-block;
  padding-bottom: 3px;
}

.form-footer-img-container img {
  width: 100%;
}

.form-footer-inner p {
  color: #fff;
}

.shap-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.shap-text-container .shap1 {
  width: 25px;
}

.shap-text-container h3 {
  margin-bottom: 0;
  font-size: 16px;
  color: white;
}

.form:after,
.form h2 {
  text-align: center;
  color: white;
}

.form h2 {
  font-size: 24px;
  line-height: 1.6;
  margin: 7px auto 12px auto;
  max-width: 350px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .form h2 {
    margin-top: 0;
  }
}

.form h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  /* color: #181818; */
  color: #fff;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
h3.mb-0 {
  line-height: 23px;
}
@media (min-width: 768px) {
  .form h3 {
    font-size: 16px;
  }
}

.form h3 svg {
  display: block;
  margin-left: 10px;
}

.form h3 svg path {
  stroke: #841a96;
}

.form h3 svg:first-child {
  margin-right: 15px;
  margin-left: 0;
}

.select-contaienrs {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* .radiosContainer .buttons .back {
  background: hsla(0, 0%, 100%, 0.3);
  border-radius: 15px;
  box-shadow: none;
} */

/* .radiosContainer label:hover {
  background-color: red;
} */

.form-text-botoom {
  text-align: center;
  font-size: 0.7em;
  color: #ffffff;
  text-align: center;
  padding: 10px 10px !important;
}

.form-text-botoom p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .radiosContainer .buttons {
    display: flex;
    flex-direction: row-reverse;
  }

  .radiosContainer .buttons .back {
    flex: 1 30%;
  }
}

.radiosContainer .btn-container ,.btn-container  {
  border: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  text-align: center;
  color: #59595a;
  background: #fff;
  box-shadow: 0 4px 10px rgba(1, 1, 1, 0.3), inset 0 -4px 0 #f8f8f8;
  border-radius: 15px;
  height: 60px;
  display: block;
  margin: 15px auto;
  /* width: 340px; */
  /* width: 90%; */
  width: 95%;
  max-width: 100%;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

@media (min-width: 576px) {
  .radiosContainer .btn-container ,.btn-container {
    height: 74px;
    font-size: 23px;
  }
}

@media (min-width: 768px) {
  .radiosContainer .btn-container ,.btn-container {
    height: 70px;
    /* width: 411px; */
  }
}

.radiosContainer .btn-container:hover , .btn-container:hover {
  /* outline: 2px solid #59595a; */
  box-shadow: 1px 4px 3px #c7d6ed, inset 0 -4px 0 #75a7ef !important;
}

@media (max-width: 575.98px) {
  .radiosContainer .btn-container ,.btn-container {
    height: 50px;
  }
}

.error-alert {
  color: #ff7b7b;
  text-align: left;
  font-size: 13px;
  display: none;
  margin-left: 5%;
  margin-top: -1%;
}

.error-alert.show-error {
  display: block;
}

.select-contaienr {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.select-contaienr:not(:first-child) {
  margin-top: 15px;
}

.form select {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 77px;
  background: #fff;
  border: 2px solid #279f96;
  border-radius: 15px;
  font-weight: 500;
  font-size: 23px;
  color: #59595a;
  padding: 0 30px;
}

.form select:not(:first-child) {
  margin-top: 15px;
}

.form input::-moz-placeholder,
.form select::-moz-placeholder {
  color: #a4bce1;
}

.form select::placeholder {
  color: #a4bce1;
}

.select-contaienr select.invaild {
  border-color: #ff5d5d;
}

/* //===================================hero-title======================= */

.hero-title {
  width: 50%;
  /* padding: 20px 0 0 40px; */
}

/* @media (max-width: 1399.98px) {
  .hero-title {
    width: 50%;
  }
} */

@media (max-width: 1155px) {
  .hero-title {
    width: 100%;
    order: -1;
    padding: 0;
  }
}

.hero-pre-title {
  margin: 0;
  padding-bottom: 20px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  color: #2b2c28;
}

@media (max-width: 767.98px) {
  .hero-pre-title {
    padding-top: 20px;
  }
}

.hero-second-title {
  font-size: 18px;
  font-family: "Poppins";
  color: #2b2c28;
  line-height: 1.6;
  font-weight: bold;
  margin: 0;
}

.hero-sec-title {
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 0;
  color: #083356;
  font-family: "Poppins";
}

@media (min-width: 768px) {
  .hero-sec-title {
    font-size: 38px;
  }
}

@media (max-width: 576px) {
  .hero-sec-title {
    font-size: 24px;
    margin-top: 0.1em;
  }
}

/* //new animation  */

.hero-title-accented-anim {
  display: inline-block;
  position: relative;
  font-size: 40px;
  color: #fff;
  -webkit-text-stroke: 1px #2ecbff;
  -moz-text-stroke: 1px #2ecbff;
}

@media (min-width: 768px) {
  .hero-title-accented-anim {
    font-size: 48px;
  }
}

@media (max-width: 480px) {
  .hero-title-accented-anim {
    font-size: 28px;
  }
}

@media (max-width: 374px) {
  .hero-title-accented-anim {
    font-size: 20px;
  }
}

.hero-title-accented-anim::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 100%;
  color: #264a6d;
  -webkit-text-stroke: 0px #26b1df;
  border-right: 3px solid #2ecbff;
  overflow: hidden;
  animation: text-animate 3s linear 1;
}

@media (max-width: 480px) {
  .hero-title-accented-anim::before {
    border-right: 2px solid #2ecbff;
  }
}

@keyframes text-animate {

  0%,
  10%

   {
    width: 0;
  }

  70%,
  90%,
  100%
  {
    width: 101%;
  }
}

.bottom-header {
  padding-top: 9px;
}

@media (max-width: 575.98px) {
  .bottom-header {
    padding-left: 0;
  }
}

.hero-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 19px;
  line-height: 1.6;
  font-weight: 400;
  list-style: none;
}

@media (max-width: 576px) {
  .hero-list {
    gap: 0px;
    margin-top: 0px;
  }
}

.hero-list li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 6px;
  font-size: 17px;
  font-weight: 400;
}

.text-check {
  font-family: "brandon", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
}

.hero-list li .svg-container {
  display: block;
  width: 20px;
}

.hero-list li .svg-container img {
  width: 100%;
}

@media (max-width: 575.98px) {
  .hero-list li {
    font-size: 16px;
    padding-left: 0px;
    margin: 10px 0;
    gap: 10px;
  }
}

.hero-action-row {
  color: #215681;
  font-size: 30px;
  margin-top: 50px;
  display: flex;
  align-items: center;
}

@media (max-width: 1155px) {
  .hero-action-row {
    justify-content: center;
  }

  .arrow-containr {
    margin-left: -50px;
  }
}


.hero-action-row .arrow-containr {
  -webkit-animation: bounce_h_2-6d3abf32 3s infinite;
  animation: bounce_h_2-6d3abf32 3s infinite;
  display: inline-block;
  font-size: 37px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-right: 15px;
}

@media (max-width: 1155px) {
  .hero-action-row .arrow-containr {
    -webkit-animation: bounce_h_3-6d3abf32 3s infinite;
    animation: bounce_h_3-6d3abf32 3s infinite;
    transform: rotate(-90deg);
  }
}

@media (max-width: 575.98px) {
  .hero-action-row {
    font-size: 16px;
    margin-top: 0;
  }
}

@-webkit-keyframes bounce_h_2-6d3abf32 {

  0%,
  20%,
  50%,
  80%,
  to {
    transform: translateX(0);
  }

  40% {
    transform: translateX(8px);
  }

  60% {
    transform: translateX(4px);
  }
}

@keyframes bounce_h_2-6d3abf32 {

  0%,
  20%,
  50%,
  80%,
  to {
    transform: translateX(0);
  }

  40% {
    transform: translateX(8px);
  }

  60% {
    transform: translateX(4px);
  }
}

@-webkit-keyframes bounce_h_3-6d3abf32 {

  0%,
  20%,
  50%,
  80%,
  to {
    transform: translateY(0) rotate(-90deg);
  }

  40% {
    transform: translateY(8px) rotate(-90deg);
  }

  60% {
    transform: translateY(4px) rotate(-90deg);
  }
}

@keyframes bounce_h_3-6d3abf32 {

  0%,
  20%,
  50%,
  80%,
  to {
    transform: translateY(0) rotate(-90deg);
  }

  40% {
    transform: translateY(8px) rotate(-90deg);
  }

  60% {
    transform: translateY(4px) rotate(-90deg);
  }
}

.arrow-containr img {
  width: 100%;
}

/* =================================== form step7 ======================= */

.input-container-form {
  font-family: "Poppins", sans-serif;
  color: #323232;
}
#house_rent_amount_box {
  opacity: 0;          
  height: 0;          
  overflow: hidden;    
  transition: opacity 0.5s ease, height 0.5s ease; 
}

#house_rent_amount_box.show {
  opacity: 1;           
  height: auto;        
}


#step7 .input-container-form:nth-child(2) {
  margin-top: 16px;
}

.input-container-form label {
  color: white;
  font-size: 12px;
  margin-bottom: 2px;
  margin-left: 2.5%;
}
#days_worked, #hours_worked, #gross_monthly_income, .working_months, .working_years{
  margin-top: 0px;
}

.input-container-form input {
  padding: 14px 10px;
  border-radius: 8px !important;
  border: 1.5px solid #d9d9d9;
  color: #083356;
  background: #fff;
  display: block;
  width: 95%;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 1rem;
  line-height: 1.5;
  margin: 1px auto 10px;
  height: unset;
  font-weight: unset;
}

.input-container-form select {
  padding: 14px 10px;
  border-radius: 8px !important;
  border: 1.5px solid #d9d9d9;
  color: #323232;
  background: #fff;
  display: block;
  width: 95%;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 7px;
  height: unset;
  font-weight: unset;
}

.input-container-form select::placeholder {
  color: #a4bce1;
}

.input-container-form select option {
  color: #495057;
}

.input-container-form input:focus,
.input-container-form select:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  /* box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); */
  box-shadow: 0 0 0 0.2rem rgb(93 174 240);
}


/* =================================== form step9 ======================= */

#step9 #gm-autocomplete {
  text-align: center;
}

.show-more-address-inputs {
  outline: none;
  background: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 40px;
  color: white;
  font-family: "Poppins";
}

.left-address-inputs {
  display: none;
  margin: 30px 0;
}

.fade-out {
  animation: fadeOut 0.2s forwards;
}

.fade-in {
  animation: fadeIn 0.2s forwards;
  opacity: 0;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    display: none;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* =================================== form step12 ======================= */

.step {
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 0;
  transform: translateX(-100%);
}

.active {
  opacity: 1;
  transform: translateX(0);
}

.backward {
  opacity: 1;
  transform: translateX(0);
}

.d-none {
  display: none;
}



.input-checkbox-form {
  color: white;
}

.casl-checkbox input {
  margin-top: 5px;
  margin-right: 12px;
  transform: scale(1.25);
  width: 20%;
  cursor: pointer;
}

.casl-checkbox {
  display: flex;
  width: 100%;
  align-items: flex-start;
  margin-top: 27px;
  padding: 0 10px;
  margin-bottom: 0.5rem !important;
  cursor: pointer;
}

.error-alert-check {
  display: block;
  color: #ff7b7b;
  text-align: center;
  font-size: 13px;
  display: none;
  text-align: left;
  margin: 0 auto;
}

.input-checkbox-form.invaild .error-alert-check {
  display: block;
}

.casl-checkbox label {
  font-size: 0.8em;
  text-align: justify;
  cursor: pointer;
}



.phone-input-wrapper,
.phone-confirm-input-wrapper {
  position: relative;
}

.phone-input-wrapper::before,
.phone-confirm-input-wrapper::before {
  content: "+1";
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.phone-confirm-input-wrapper.active::before,
.phone-input-wrapper.active::before {
  display: block;
}

.phone-confirm-input-wrapper.active input,
.phone-input-wrapper.active input {
  padding-left: 30px;
}

.term-txt {
  font-size: 11px;
    text-align: center;
    padding: 0 20px;
}

.term-txt a {
  color: white;
  font-weight: bold;
}

/* =================================== form step13 ======================= */

.digit-inputs {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.digit {
  width: 40px;
  height: 40px;
  font-size: 19px;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 5px;
  margin: 0 5px;
  transition: border-color 0.3s ease;
  color: #323232;
}

.digit:focus {
  border-color: #007bff;
  outline: none;
}

.digit.invaild {
  border-color: #ff5d5d;
}

.digit::placeholder {
  color: transparent;
}

#step13 button.btn-container:first-of-type {
  margin-top: 40px;
}

/* loader  */
.loader {
  width: 35px;
  height: 35px;
  border: 5px solid #898989;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* =================================== popUp ======================= */

.notification {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #4caf50;
  color: white;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  padding: 20px;
}

.show {
  opacity: 1;
}

.success {
  background-color: #4caf50;
}

.error {
  background-color: #f44336;
}

@media (max-width: 480px) {
  .notification {
    right: unset;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }
}

/* =================================== sec seen-on ======================= */

.sec-seen-on {
  max-width: 1140px;
  margin: 0 auto;
}

.sec-seen-bg {
  padding: 0px 0 20px;
}

.section-title-container {
  padding-top: 76px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 480px) {
  .section-title-container {
    padding-top: 35px;
  }
}


.section-title-container h3 {
  font-size: 41px;
  margin: 0px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #2b2c28;
}

.dark-blue {
  color: #264a6d;
}

@media (max-width: 480px) {
  .section-title-container h3 {
    font-size: 35px;
  }
}

.cards-container {
  position: relative;
  padding: 40px 20px 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 33px;
  justify-items: center;
}

@media (max-width: 992px) {
  .cards-container {
    gap: 58px;
    padding: 20px 40px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .cards-container {
    padding: 20px 10px 10px;
    gap: 18px;
  }
}

.path-container {
  position: absolute;
  width: 100%;
  top: 29.3%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .path-container {
    display: none;
  }
}
.path-container img {
  width: 57%;
}
.card-holder {
  max-width: 300px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
}

@media (max-width: 480px) {
  .card-holder {
    max-width: 350px;
  }
}

.card-image-holder {
  position: relative;
  max-width: 200px;
  transition: 0.2s;
  cursor: pointer;
}
.card-image-holder:hover {
  transform: scale(1.04);
}
.card-image-holder:hover .card-holder-step {
  opacity: 1;
}

.card-holder-step {
  position: absolute;
  top: -16px;
  right: 3px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #264a6d;
  margin-bottom: 7px;
  font-size: 19px;
  font-weight: 600;
  box-shadow: 0px 0px 4px 0px #264a6c75;
  opacity: 0;
  transition: 0.2s;
}

@media (max-width: 480px) {
  .card-holder-step {
    top: -13px;
  }
}

.card-image-holder img {
  width: 100%;
}
.car-imge {
  transform: scale(1.2);
}

.card-holder .card-title h3 {
  font-size: 18px;
  margin-top: 2px !important;
}

.apply {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

button.apply-btn {
  position: relative;
  max-width: 300px;
  width: 100%;
  background: #264a6d;
  padding: 14px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  gap: 12px;
  color: white;
  text-decoration: none;
  overflow: hidden;
  border: none;
  cursor: pointer;
  outline: none;
}

button.apply-btn::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #407bff;
  transition: 0.3s;
  left: 0;
}

button.apply-btn:hover::before {
  width: 100%;
}

button.apply-btn span {
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}

.SecurityLogo-holder {
  width: 100px;
}
.SecurityLogo-holder img {
  width: 100%;
}

/* ====================== testimonial ====================== */
.testimonial-container {
  padding-top: 100px;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .testimonial-container {
    padding-top: 50px;
  }
}

.testimonial-title h3 {
  font-size: 41px;
  margin: 0px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #2b2c28;
  padding: 1px 10px;
}
@media (max-width: 480px) {
  .testimonial-title h3 {
    font-size: 35px;
  }
}
.icon-titles{
  margin: 0 !important;
}
.about-us-sec{

  line-height: 28px;
}
.cards-test-container {
  margin: 68px 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.card-test {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  max-width: 330px;
  min-height: 239px;
  width: 100%;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0px 0px 37px #c7c8cd;
}

.stars {
  display: flex;
  gap: 13px;
  justify-content: start;
  align-items: center;
}

.stars .card-test-header {
  font-family: "Roboto", sans-serif;
  color: #2b2c28;
  line-height: 1.6;
}

.card-test-body {
  margin-top: 25px;
}
.card-test-body p {
  font-size: 15px !important;
}

.card-test-footer {
  margin-top: 16px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
}

.footer-img-container {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.footer-img-container img {
  width: 100%;
}

.client-name {
  font-size: 17px !important;
  margin: 0 !important;
}

.testimonial-imgs-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 154px;
  margin-top: 50px;
  margin-bottom: 100px;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .testimonial-imgs-container {
    gap: 30px;
    margin-bottom: 50px;
  }
}

/* ====================== finance-sec ====================== */
.finance-sec {
  background: #264a6d;
  color: #ffffff;
  margin: 30px 0 0;
}
.finance-sec .container {
  padding: 0 20px;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

@media (max-width: 992px) {
  .finance-sec .container {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .finance-sec .container {
    flex-direction: column;
    gap: 0px;
  }
}

.finance-sec-text {
  width: 50%;
}
@media (max-width: 768px) {
  .finance-sec-text {
    width: 100%;
  }
}

.finance-sec-text h3 {
  font-size: 31px;
}

.finance-sec-img {
  width: 40%;
}
@media (max-width: 768px) {
  .finance-sec-img {
    width: 90%;
  }
}

.finance-sec-img img {
  width: 100%;
}


/* ====================== why-choose-sec ====================== */
.why-choose-sec {
  padding: 4rem 2rem;
}
@media (max-width: 480px) {
  .why-choose-sec {
    padding: 2rem 0;
  }
}

.why-choose-sec .container {
  max-width: 1140px;
}

.why-choose-sec-header {
  margin-bottom: 2.5rem;
  color: #003366;
}

.why-choose-sec-header h2 {
  font-size: 2.5rem;
  color: #004080;
  margin-bottom: 0.5rem;
  font-family: "Roboto";
}
@media (max-width: 480px) {
  .why-choose-sec-header h2 {
    font-size: 35px;
  }
}

.why-choose-sec-header p {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

.why-choose-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.card {
  background: #113f64;
  border-radius: 8px;
  box-shadow: 0 5px 8px rgb(156 196 237);
  width: 300px;
  padding: 1.5rem;
  transition: transform 0.3s;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .card {
    max-width: 330px;
    width: 100%;
  }
}

.card:hover {
  transform: translateY(-5px);
}
.card-image {
  max-width: 200px;
}
.card-image img {
  width: 100%;
  border-radius: 8px;
}

.card-content h3 {
  font-size: 1.5rem;
  color: #fff;
  margin: 1rem 0 0.5rem;
}

.card-content p {
  font-size: 1rem;
  /* color: #333; */
  color: #fff;
  line-height: 1.5;
}

.text-center {
  text-align: center;
}

/* ====================== steps-sec ====================== */
.steps-sec {
  background-color: #075391fa;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #ffffff;
}

.steps-sec .container {
  padding: 0 20px;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 90px;
}
@media (max-width: 992px) {
  .steps-sec .container {
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .steps-sec .container {
    flex-direction: column;
    justify-content: start;
    gap: 20px;
  }
}

.step-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.step-holder i {
  font-size: 30px !important;
}
@media (max-width: 480px) {
  .step-holder i {
    font-size: 23px !important;
  }
}

.step-holder h4 {
  font-size: 20px !important;
}
@media (max-width: 480px) {
  .step-holder h4 {
    font-size: 17px !important;
  }
}

.apply-footer-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* ================== footer =================  */
.footer {
  background: #eaeaea;
  padding: 20px;
  margin: 0 auto;
}
.footer-container {
  max-width: 1120px;
}

@media (max-width: 768px) {

  .text-check {
    font-family: "brandon", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #2A4463;
  }
}

.footer_text {
  text-align: center;
  font-size: 0.75em;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .footer-container.container {
    padding: 0 15px;
  }
}

.footer-container-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 15px 0 20px;
  gap: 15px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  color: #2b2c28;
  font-family: "Roboto";
}

@media (max-width: 768px) {
  .footer-container-inner {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}

.footer-logo {
  display: flex;
  justify-content: start;
  flex-direction: column;
}

.logo-container {
  max-width: 248px;
}

.header-logo {
  text-decoration: none !important;
}

.logo-img-footer {
  width: 142px;
  opacity: 0.8;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-property: all;
}

.logo-container img {
  width: 100%;
}

@media (max-width: 768px) {
  .rights {
    text-align: center;
  }
}

.main-footer-links {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .main-footer-links {
    margin-top: 15px;
    flex-direction: column;
    gap: 12px;
  }
}

.main-footer-links a {
  color: #2b2c27;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

/* =================================== thanks ======================= */
.thanks-main-sec {
  margin-top: 35px;
}

.section-inner-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  color: #2b2c28;
}

.check-containr {
  width: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fade-up 0.2s linear 0.5s forwards;
  opacity: 0;
}

.check-containr svg {
  width: 100%;
  fill: #89ce00;
}


@keyframes fade-up {
  0% {
    transform: translate(0, +100px);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.main-text {
  font-size: 1.75em;
  margin-bottom: 30px;
  max-width: 700px;
  font-family: "Poppins";
}

.second-text {
  max-width: 500px;
  font-family: "Roboto";
}

.thnk-txt {
  margin-top: 16px;
}

.possible-service {
  max-width: 1120px;
  margin: 0 auto;
  margin-top: 15px;
  padding-bottom: 75px;
}

.possible-service-inner {
  background-color: #f5f2e9;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.6;
  font-weight: 400;
  color: #2b2c28;
  font-family: "Roboto";
  padding: 20px;
  width: 95%;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .possible-service-inner {
    width: 91%;
  }
}

.possible-service-inner ol {
  margin-bottom: 20px;
  font-size: 1.5em;
  padding: 32px;
}

.possible-service-inner li {
  list-style: unset;
}

.issues-description {
  margin-bottom: 10px;
  font-size: 23px;
  padding: 32px;
}

.not-accepted {
  margin-top: 80px;
}

@media (max-width: 576px) {
  .not-accepted {
    margin-top: 30px;
  }
}



/* Popup Overlay */
.uni_7150-popup-overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
  display: none;
  justify-content: center;
  align-items: center;
  visibility: hidden;  /* Initially hidden */
  opacity: 0;          /* Initially hidden */
  transition: opacity 0.5s ease, visibility 0s 0.5s; /* Smooth transition */
}
.uni_7150-popup-overlay-container.show {
  visibility: visible;   /* Make it visible */
  opacity: 1;            /* Fade in */
  transition: opacity 0.5s ease, visibility 0s; /* Smooth fade-in */
}


/* Popup Content */
.uni_7150-popup-content-container {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid gray;
}

.uni_7150-popup-title {
  margin-bottom: 10px;
  font-size: 1.5rem;
  color: #333;
}

.uni_7150-popup-message {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 20px;
}

.uni_7150-phone-number-display {
  font-weight: bold;
  color: #007bff; /* Blue color for phone number */
}

/* Button Container */
.uni_7150-button-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}



.uni_7150-confirm-btn {
  background-color: #264A6D;
  color: white;
  width: 100%;
  padding: 8px 20px;
  font-size: 1.2rem;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.uni_7150-confirm-btn:hover{
  color: white;
  text-decoration: none;
  background-color: #003366;

}

.uni_7150-edit-btn {
  background-color: transparent;
  color: #007bff;
  padding: 4px 20px;
  font-size: 0.8rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.link-button {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 700;
  background-color: #1b6ab4;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  border: 1px solid #1e73be;
  color: #ffffff;
  padding: 10px 16px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 480px) {
  .link-button {
    margin-bottom: 10px;
  }
}

/* ================== hidden =================  */
.hidden {
  display: none !important;
}

.back-btn-arrow{
  width: 22px;
  margin-right: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  transition: 0.2s;
  
}

@media (max-width: 480px) {
  .back-btn-arrow{
    margin-right: 2px;
    width: 22px;
    width: 19px;
  }
}

.back-btn-arrow img{
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.backBtn, .backBtn_age, .backBtn_company, .backBtn_own, .backBtn_income {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 0 !important;
  text-align: center !important;
  color: white !important;
  background: transparent !important;
  border-radius: 10px !important;
  margin: 20px 3% 10px !important;
  max-width: 25% !important;
  transition: 0.2s ease-in-out !important;
  cursor: pointer !important;
  border: 2px solid white !important;
  padding: 5px 0 !important;

}

@media (max-width: 480px) {
  .backBtn, .backBtn_age, .backBtn_company, .backBtn_own, .backBtn_income {
    max-width: 45%;
  }
}


.backBtn:hover, .backBtn_age:hover, .backBtn_company:hover, .backBtn_own:hover, .backBtn_income:hover {
  box-shadow: 0px 4px 7px -3px #c7d6ed !important;
  border-color: #ffffff !important;
}

.backBtn:hover .back-btn-arrow, 
.backBtn_age:hover .back-btn-arrow, 
.backBtn_company:hover .back-btn-arrow, 
.backBtn_own:hover .back-btn-arrow {
  transform: translateX(-6px);
}

.warning-message {
  color: red;
  font-weight: bold;
  margin: 10px auto;
  text-align: center;

}

/* Specific styling for Year, Month, and Day containers */
#year-container,
#month-container,
#day-container {
  margin-bottom: 20px;
}

#year-options,
#month-options,
#day-options
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#year-options label,
#month-options label,
#day-options label {

  display: flex;
  margin: 4px;
  padding: 2px 7px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  /* display: flex; */
  /* align-items:center ; */
  border: 1px solid #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: transparent;
  border-radius: 10px;
  height: 40px;
  width: 20%;
  cursor: pointer;
}


#year-options label:hover,
#month-options label:hover,
#day-options label:hover {
  color: #59595a;
  background: #fff;
  outline: 2px solid #59595a;
  box-shadow: 1px 4px 3px #c7d6ed, inset 0 -4px 0 #75a7ef !important;
}

/* Hide default radio button */
#year-options input[type="radio"],
#month-options input[type="radio"],
#day-options input[type="radio"] {
  display: none;
  /* Hide the default radio button */
}

/* Change style when radio button is selected */
#year-options input[type="radio"]:checked+label,
#month-options input[type="radio"]:checked+label,
#day-options input[type="radio"]:checked+label {
  background-color: #007bff;
  /* Selected background color */
  color: white;
  /* Selected text color */
}

.show_on_pc{
  display: flex;

    line-height: 37px;
    margin-top: 30px;

}
.show_on_mob{
display: none;
}
@media only screen and (max-width: 1150px) {
  .show_on_pc{
    display: none;
  }
  .show_on_mob{
  display: flex;
  }
}




#otp-error-msg{
  text-align: center;
  display: flex;
  justify-content: center;
  color: red;

}


#progressBarContainer {
  width: 100%;
  background: #e0e0e0;
  height: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-top: 5px;
  position: relative; /* Make this position relative for absolute positioning of child elements */
}

#progressBar {
  height: 100%;
  width: 0; /* Start with 0% width */
  background: #76c7c0;
  border-radius: 5px;
  transition: width 0.5s ease; /* Smooth transition */
}

/* Styling for the image at the tip */
#progressTip {
  position: absolute; /* Position absolute to place it relative to the container */
  bottom: 5px; /* Adjust this value to position above the progress bar */
  left: 0; /* Start position at the left */
  transition: left 0.5s ease; /* Smooth transition for moving the image */
  width: 50px; /* Adjust width as needed */
  height: auto; /* Keep aspect ratio */
  pointer-events: none; /* Ignore mouse events for the image */
}

#sucurity-text{
  text-align: center;
}