@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}

html,
body {
  height: 100%;
  background-color: #f9f9f9;
}

.banner-img {
  margin: 0.4% 0.5%;
  height: 75px;
}

.benefitsImg {
  vertical-align: middle;
  border-style: none;
  height: 65px;
  margin-right: 40%;
}


.grad-bar {
  width: 100%;
  height: 42px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  background-color: #ab2328;
  border-bottom: 4px solid #ffc800;
}

.sub_header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #005cb9;
}

.sub_header li {
  float: left;
}

.sub_header li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
}

.modal-title {
  border-bottom: 1px solid rgb(222, 218, 218);
  margin-bottom: 20px;
  ;
}

.breadcrumb {
  background: none !important;
  font-size: 12px;
}

.bar_parent {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(180deg, #2585c5, #0071bc) repeat-x #0071bc;
  border-color: #0071bc;
}

.btn-secondary {
  color: #fff;
  background: linear-gradient(180deg, #80888f, #6c757d) repeat-x #6c757d;
  border-color: #6c757d;
}

.step-progressbar {
  list-style: none;
  counter-reset: step;
  display: flex;
  padding: 0;
  margin-top: 50px;
  width: 50%;
}

.step-progressbar__item {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
  position: relative;
}

.step-progressbar__item:before {
  width: 25px;
  height: 25px;
  content: "";
  align-self: center;
  background: #fff;
  color: #999;
  border: 1px solid #999;
  border-radius: 100%;
  line-height: 22px;
  margin-bottom: -4.5em;
}

.step-progressbar__item:after {
  height: 2px;
  width: 90%;
  content: "";
  background: #999;
  position: absolute;
  top: 12px;
  left: 55%;
  
  
}

@media only screen and (max-width: 769px) {
.step-progressbar__item:after  {
    left: 62%;
  }
}

.step-progressbar__item:last-child:after {
  content: none;
}

.step-progressbar__item--active:before {
  background: #FFA500;
  content: "\2013";
  font-weight: bolder;
  color: #fff;
  margin-top: 0px;
}

.step-progressbar__item--complete:before {
  content: "✔";
  background: green;
  color: #fff;
}

.buttons {
  margin-top: 2rem;
  display: flex;
  justify-content: end;
  column-gap: 10px;
}

.securityQuestionsCard{
	 width: 1000px !important;
}

.card {
  margin: auto;
  width: 500px;
  border-color: white;
  background-color: white;
  padding: 36px 36px;
  border-radius: 4px;
  box-shadow: 0px 0 2px 0 rgba(0, 0, 0, 0.25);
}

.fieldset {
  margin: auto;
  border-color: black;
  background-color: white;
  padding: 36px 36px;
  margin: 36px 36px;
}

legend {
  display: block;
  width: auto;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

.title {
  font-weight: 600;
  margin-top: 20px;
  color: #2f2d3b;
  text-align: left;
}

.sub_title {
  font-size: 12px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}

.input {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.label {
  font-size: 12px;
  color: #555;
  margin-bottom: 6px;
  margin-top: 24px;
}

input {
  height: 40px;
  font-size: 16px;
  border-radius: 4px;
  border: none;
  border: 1px solid #ccc;
  padding: 0 12px;
}




.card .modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}

.checkmark {
  height: 18px;
  width: 18px;
  position: relative;
}

.div1 {
  border-width: thin;
  padding-bottom: 50px;
  border: 1px solid #D3D3D3;
  margin-left: 150PX;
  margin-right: 150PX;
  margin-top: 50PX;
  margin-bottom: 50PX;
  background: white;
}

.error {
  border: 1px solid red;
}

.checkmark {
  height: 18px;
  width: 18px;
  position: relative;
}

.container {
  display: flex;
}

.col1 {
  position: relative;
  width: 55%;
  float: left;
  height: 100%;
}

.col2 {
  position: relative;
  width: 45%;
  float: right;
  height: 100%;
}

.field1 {
  background-color: white;
  position: relative;
  width: 45%;
  float: left;
  height: 700px;
}

.field2 {
  background-color: white;
  position: relative;
  width: 55%;
  float: right;
  height: 100%;
  height: 700px;
}

.field3 {
  background-color: white;
  position: relative;
  width: 35%;
  float: right;
  height: 50%;
  height: 500px;
}

  .field4 {
    background-color: white;
    position: relative;
    width: 35%;
    float: right;
    height: 50%;
    height: 500px;
}

.field5 {
  background-color: white;
  position: relative;
  width: 35%;
  float: right;
  height: 50%;
  height: 500px;
}
.alert-danger {
  color: #760f20;
  background: linear-gradient(180deg,#f8d7dd,#f9d2d8) repeat-x #f9d2d8;
  border-color: #f7bfc9;
}
.alert-success {
  color: #184521;
  background: linear-gradient(180deg,#dae9dd,#d5e7d9) repeat-x #d5e7d9;
  border-color: #c4ddca;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  margin-left: 36px;
  margin-right: 36px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.btn-primary {
  background: #0071bc !important;
}

.btn-secondary {
  background: #6c757d !important;
}