@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #d7e9f7;
}
header {
  background: #001b2d;
  border-bottom: 5px solid #03b964;
}
.brand-image {
  padding: 10px 0px 10px 0px;
}
.uni-head {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: -10px;
}
.thank-page {
  color: #03b964;
  font-weight: 600;
}
.thank-page a {
  color: #03b964;
  font-weight: 600;
  font-size:25px;
}
.thank-page a:hover {
  color: #03b964;
  font-weight: 600;
  text-decoration: none;
}
.main-body {
  min-height: 80vh;
}
label.mb-2 {
  display: none;
}

a {
  text-decoration: none;
}

img.logo {
  margin: 0 auto;
  display: table;
  width: 170px;
}

.all_button.prog h2 {
  font-size: 26px;
  text-align: center;
}
.box-part {
  background: #ffffff;
  /*max-width: 600px;*/
  margin: 0 auto;
  border-radius: 5px;
  border: 1px solid #03b963;
}

.form-controls {
  width: 100%;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 9px 1px rgb(0 0 0 / 10%);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-size: 1.2em;
  line-height: 44px;
  padding: 6px;
  text-align: center;
  height: 50px;
}

.form-controls:focus {
  outline: none;
}
.form-input-shadow {
  -webkit-box-shadow: 0 0 9px 1px rgb(0 0 0 / 10%);
  border-radius: 10px;
  box-shadow: 0 0 9px 1px rgb(0 0 0 / 10%);
}

.form-controls::placeholder {
  text-align: center;
  width: 100%;
}

.btn-next a {
  display: table;
  background: #022c56;
  padding: 10px 50px;
  margin: 20px auto 0;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
}

footer {
  background: #001b2d;
  color: #fff;
  border-top: 5px solid #03b963;
}

/*page 2*/

.btn-option {
  width: 100%;
  text-align: left;
  height: 70px;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.btn-option input[type="radio"] {
  position: absolute;
  left: 0;
  opacity: 0;
}

.btn-option input[type="radio"] + span {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  line-height: 55px;
  cursor: pointer;
  font-size: 1.2em;
  color: black;
  padding: 0 50px 0 70px;
  background: white;
  position: relative;
  transition: all ease 0.2s;
  text-align: left;
  box-shadow: 0 0 9px 1px rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0 0 9px 1px rgb(0 0 0 / 10%);
}

.btn-option span {
  border-radius: 4px;
}

.btn-option input[type="radio"] + span:after {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  content: "";
  background: url(../images/unchk.png) no-repeat center center;
}

.btn-option input[type="radio"] + span:hover {
  color: #fff;
  background: #3399ff;
}

.btn-option input[type="radio"] + span:hover:after {
  background: url(../images/chk.png) no-repeat center center;
}

@media screen and (max-width: 767px) {
  .btn-option input[type="radio"] + span {
    padding: 0 30px 0 50px;
    font-size: 1em;
  }
  .btn-option input[type="radio"] + span:after {
    left: 15px;
  }
}

/* progress bar */

.progress {
  height: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  margin-bottom: 10px;
}

.progress .progress-bar-info {
  background-color: #0e85da;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only,
svg:not(:root) {
  overflow: hidden;
}

.btn-group-lg .progress-bar.btn:active,
.btn-group-lg .progress.btn:active .progress-bar,
.progress-bar.active,
.progress.active .progress-bar,
section.form-container .btn-group-vertical .progress-bar.btn:active,
section.form-container .btn-group-vertical .progress.btn:active .progress-bar,
section.form-container .btn-group-vertical a.progress-bar.text-btn:active,
section.form-container
  .btn-group-vertical
  a.progress.text-btn:active
  .progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-size: 40px 40px;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  line-height: 20px;
  color: #fff;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
  transition: width 0.6s ease;
}
.badge,
.progress-bar {
  font-size: 12px;
  text-align: center;
}

.progress-bar-striped,
.progress-striped .progress-bar,
.progress-striped .progress-bar-danger,
.progress-striped .progress-bar-info,
.progress-striped .progress-bar-success,
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}

/* privacy page */

body#privacy {
  background-image: none;
}
.footer-inner-wrap {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 0.85em;
}
.footer-inner-block {
  padding: 15px;
}
.bottom-text {
  max-width: 600px;
  margin: 0 auto;
  margin-top: -40px;
}
.bottom-text p {
  font-size: 22px;
  font-weight: 600;
}
::marker {
  color: #03b963;
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .birth-form {
    flex-direction: column !important;
    justify-content: center;
    align-items: center !important;
  }
  .box1 {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 350px) {
  .logo {
    width: 100%;
  }
  .btn-option input[type="radio"] + span {
    padding: 0 30px 0 50px;
    font-size: 0.8em;
  }
}

@media (min-width: 320px) and (max-width: 768px) {

  /*.common_ques {
    ont-size: 13px;
  }

  .uni-head {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: -25px;
}

  .common_block {
    padding-top:2rem !important;
  }

  .common_inner_block{

  }*/

  .box-part {
    padding: 7px 10px !important;
  }
  .fw-bold.text-center.mb-4.common_ques {
      font-size: 16px;
      padding: 10px 0px !important;
  }
  .bottom-text p {
      font-size: 16px;
      font-weight: 600;
  }
  .main-inner.py-5.mb-5.common_block {
      margin-bottom: 5px !important;
  }

  .main-inner.py-5.mb-5.common_block {
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  .text-center.uni-head {
    font-size: 16px;
    margin: 20px 0px !important;
    font-weight: bold;
}
 
  #current_street_address {
    font-size: 16px;
  }
  #current_zipcode {
    font-size: 16px;
  }
  .box-part {
      padding: 10px !important;
  }
  .main-inner.py-5.mb-5.common_block {
      padding-bottom: 5px !important;
  }
  .bottom-text {
    margin-top: 0 !important;
  }
  .text-center.mb-4.common_ques {
      font-size: 16px;
      margin-bottom: 6px !important;
  }
  .d-flex.flex-column.align-items-center.mb-4.form-input-shadow input {
      font-size: 15px !important;
  }
  .col-lg-6.col-md-12.col-12.mx-auto.yip ul li {
      padding: 0px !important;
      line-height: 19px;
  }
  .our {
      margin-bottom: 0px !important;
  }
  .main-body {
      min-height: 74vh;
  }
  .footer-inner-wrap {
      padding-top: 0px;
      padding-right: 20px;
      padding-bottom: 0px;

  }
  .footer-inner-block {
      padding: 6px;
  }
  img.logo {
      width: 156px;
  }

  .alert {
      padding: 0.5rem 1rem !important;
      text-align: center !important;
  }

  .mb-4 {
    margin-bottom: 0.5rem!important;
  }

  .tcpa_text{
    font-size: 0.675em !important;
    font-weight:500 !important;
  }
}

.btn.btn-option.btn-credit.credit-1.sme{
      background-color:#CB7818 !important;
  }